maj/site/Cargo.toml

18 lines
480 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]
structopt = "0.3"
2020-07-26 14:46:07 +00:00
tokio = { version = "0.2", features = ["rt-threaded", "macros"] }
tokio-rustls = { version = "0.14", features = ["dangerous_configuration"] }
async-trait = "0"
pretty_env_logger = "0.4"
2020-07-26 12:21:02 +00:00
log = "0"
anyhow = "1"
maj = { path = ".." }