Add MVP
This commit is contained in:
29
Cargo.toml
29
Cargo.toml
@ -1,10 +1,33 @@
|
||||
[package]
|
||||
name = "stl"
|
||||
description = "Studielogg - Pronounced 'stell' - aka scuffed toggl"
|
||||
description = "studielogg, pronounced 'stell', aka scuffed toggl"
|
||||
version = "0.1.0"
|
||||
authors = ["Joakim Hulthe <joakim@hulthe.net>"]
|
||||
license = "MPL-2.0"
|
||||
edition = "2018"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
dotenv = "0.13.0"
|
||||
serde = "1"
|
||||
serde_json = "1"
|
||||
serde_derive = "1"
|
||||
log = "0.4.8"
|
||||
futures = "0.3"
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
sled = "0.34"
|
||||
semver = "0.11"
|
||||
uuid = { version = "0.8", features = ["serde", "v4"] }
|
||||
duplicate = "0.2"
|
||||
bincode = "1"
|
||||
handlebars = "1"
|
||||
|
||||
[dependencies.rocket]
|
||||
version = "0.4"
|
||||
#git = "https://github.com/SergioBenitez/Rocket"
|
||||
#branch = "master"
|
||||
|
||||
[dependencies.rocket_contrib]
|
||||
version = "0.4"
|
||||
#git = "https://github.com/SergioBenitez/Rocket"
|
||||
#branch = "master"
|
||||
features = ["handlebars_templates"]
|
||||
|
||||
Reference in New Issue
Block a user