maj/majc/Cargo.toml

19 lines
430 B
TOML
Raw Normal View History

2020-07-25 16:39:10 +00:00
[package]
name = "majc"
2020-07-28 20:02:48 +00:00
version = "0.2.1"
2020-07-25 16:39:10 +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]
cursive = "0.15"
log = "0.4"
2020-07-25 18:42:51 +00:00
url = "2"
2020-07-27 22:14:45 +00:00
webpki = "0.21.0"
2020-12-11 15:07:01 +00:00
rustls = { version = "0.19", features = ["dangerous_configuration"] }
2020-07-27 22:14:45 +00:00
smol = { version = "0.3", features = ["tokio02"] }
2020-07-25 16:39:10 +00:00
maj = { path = ".." }
2020-07-27 22:14:45 +00:00