gmarche-rs/Cargo.toml

23 lines
483 B
TOML

[package]
name = "gmarche"
version = "0.1.0"
authors = ["Pascal Engélibert <tuxmain@zettascript.org>"]
edition = "2018"
[dependencies]
bincode = "1.3.1"
bs58 = "0.4.0"
dirs = "3.0.1"
handlebars = "3.5.1"
hex = "0.4.2"
http = "0.2"
rand = "0.7.3"
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"] }
urlencoding = "1.1.1"
warp = "0.2.5"