Add session edit page
This commit is contained in:
@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user