23 lines
597 B
TOML
23 lines
597 B
TOML
[package]
|
|
name = "karnycukta"
|
|
version = "0.1.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]
|
|
anyhow = "1"
|
|
async-std = "1.5"
|
|
async-trait = "0"
|
|
atom_syndication = "0.9"
|
|
chrono = "*"
|
|
log = "0"
|
|
pretty_env_logger = "0.4"
|
|
webpki = "0.21.0"
|
|
rustls = { version = "0.18", features = ["dangerous_configuration"] }
|
|
structopt = "0.3"
|
|
tokio = { version = "0.2", features = ["full"] }
|
|
|
|
maj = { path = "../..", features = ["server", "client"], default-features = false }
|