maj/site/Cargo.toml

20 lines
513 B
TOML
Raw Normal View History

[package]
name = "majsite"
2020-07-26 12:21:02 +00:00
version = "0.2.0"
authors = ["Christine Dodrill <me@christine.website>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2020-07-27 23:49:39 +00:00
anyhow = "1"
async-std = "1.5"
async-trait = "0"
2020-07-26 12:21:02 +00:00
log = "0"
env_logger = "0"
percent-encoding = "2"
2020-07-27 23:49:39 +00:00
rustls = { version = "0.18", features = ["dangerous_configuration"] }
structopt = "0.3"
2020-08-01 20:47:34 +00:00
dnd_dice_roller = "0.3"
2020-07-27 23:50:41 +00:00
maj = { path = "..", features = ["server"], default-features = false }