summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 2a5c2b7f15b7abdb84bdbebdf393282bf6f0d2b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "yabos"
version = "0.1.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
log       = "0.3"
tracing   = "0.1"
toml      = "0.5"
serde     = "1"
config    = "0.9"
anyhow    = "1"
getset    = "0.1"

url      = { version = "2", features = ["serde"] }
tokio    = { version = "0.2", features = ["full"] }
shiplift = { git = "https://github.com/softprops/shiplift", branch = "master" }

[dev-dependencies]
env_logger = "0.7"