gmarche-rs/Cargo.toml

21 lines
455 B
TOML
Raw Normal View History

2020-10-26 23:43:18 +01:00
[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"
2020-12-08 10:56:32 +01:00
serde = { version = "1.0.118", features = ["derive"] }
serde_json = "1.0.60"
sha2 = "0.9.2"
sled = "0.34.6"
structopt = "0.3.21"
tokio = { version = "0.2.22", features = ["macros", "rt-threaded"] }
2020-11-06 15:23:17 +01:00
urlencoding = "1.1.1"
2020-10-26 23:43:18 +01:00
warp = "0.2.5"