gmarche-rs/Cargo.toml

20 lines
433 B
TOML

[package]
name = "gmarche"
version = "0.1.0"
authors = ["Pascal Engélibert <tuxmain@zettascript.org>"]
edition = "2018"
[dependencies]
bincode = "1.3.1"
dirs = "3.0.1"
handlebars = "3.5.1"
hex = "0.4.2"
rand = "0.7.3"
serde = { version = "1.0.117", features = ["derive"] }
serde_json = "1.0.59"
sha2 = "0.9.1"
sled = "0.34.4"
structopt = "0.3.20"
tokio = { version = "0.2.22", features = ["macros", "rt-threaded"] }
warp = "0.2.5"