gmarche-rs/Cargo.toml

21 lines
528 B
TOML

[package]
name = "gmarche"
version = "0.1.0"
authors = ["Pascal Engélibert <tuxmain@zettascript.org>"]
edition = "2018"
[dependencies]
async-std = { version = "1.8.0", features = ["attributes"] }
bincode = "1.3.1"
bs58 = "0.4.0"
dirs = "3.0.1"
handlebars = "3.5.2"
hex = "0.4.2"
rand = "0.8.1"
serde = { version = "1.0.118", features = ["derive"] }
serde_json = "1.0.61"
sha2 = "0.9.2"
sled = "0.34.6"
structopt = "0.3.21"
tide = { version = "0.15.0", default-features = false, features = ["h1-server", "cookies", "logger"] }