gmarche-rs/Cargo.toml

21 lines
528 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]
2020-12-21 16:13:23 +01:00
async-std = { version = "1.8.0", features = ["attributes"] }
2020-10-26 23:43:18 +01:00
bincode = "1.3.1"
2020-12-08 19:53:30 +01:00
bs58 = "0.4.0"
2020-10-26 23:43:18 +01:00
dirs = "3.0.1"
2021-01-09 11:50:28 +01:00
handlebars = "3.5.2"
hex = "0.4.2"
2021-01-09 11:50:28 +01:00
rand = "0.8.1"
2020-12-08 10:56:32 +01:00
serde = { version = "1.0.118", features = ["derive"] }
2021-01-09 11:50:28 +01:00
serde_json = "1.0.61"
2020-12-08 10:56:32 +01:00
sha2 = "0.9.2"
sled = "0.34.6"
structopt = "0.3.21"
2020-12-17 10:05:26 +01:00
tide = { version = "0.15.0", default-features = false, features = ["h1-server", "cookies", "logger"] }