Add session edit page

This commit is contained in:
2020-11-07 14:19:33 +01:00
parent 1d79676f51
commit a91266b705
8 changed files with 294 additions and 59 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "stl"
description = "studielogg, pronounced 'stell', aka scuffed toggl"
version = "0.1.1"
description = "studielogg aka scuffed toggl"
version = "0.2.0"
authors = ["Joakim Hulthe <joakim@hulthe.net>"]
license = "MPL-2.0"
edition = "2018"
@ -16,7 +16,7 @@ futures = "0.3"
chrono = { version = "0.4", features = ["serde"] }
sled = "0.34"
semver = "0.11"
uuid = { version = "0.8", features = ["serde", "v4"] }
uuid = { version = "0.7", features = ["serde", "v4"] }
duplicate = "0.2"
bincode = "1"
handlebars = "1"
@ -30,4 +30,4 @@ version = "0.4"
version = "0.4"
#git = "https://github.com/SergioBenitez/Rocket"
#branch = "master"
features = ["handlebars_templates"]
features = ["handlebars_templates", "uuid"]