2020-07-26 01:11:00 +00:00
|
|
|
[package]
|
|
|
|
name = "majsite"
|
2020-07-26 12:21:02 +00:00
|
|
|
version = "0.2.0"
|
2020-07-26 01:11:00 +00:00
|
|
|
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"
|
2020-07-26 01:11:00 +00:00
|
|
|
async-trait = "0"
|
2020-07-26 12:21:02 +00:00
|
|
|
log = "0"
|
2020-07-27 23:49:39 +00:00
|
|
|
pretty_env_logger = "0.4"
|
|
|
|
rustls = { version = "0.18", features = ["dangerous_configuration"] }
|
|
|
|
structopt = "0.3"
|
2020-07-26 01:11:00 +00:00
|
|
|
|
2020-07-27 23:50:41 +00:00
|
|
|
maj = { path = "..", features = ["server"], default-features = false }
|