forked from cadey/maj
19 lines
489 B
TOML
19 lines
489 B
TOML
[package]
|
|
name = "majsite"
|
|
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]
|
|
anyhow = "1"
|
|
async-std = "1.5"
|
|
async-trait = "0"
|
|
log = "0"
|
|
env_logger = "0"
|
|
percent-encoding = "2"
|
|
rustls = { version = "0.18", features = ["dangerous_configuration"] }
|
|
structopt = "0.3"
|
|
|
|
maj = { path = "..", features = ["server"], default-features = false } |