22 lines
686 B
TOML
22 lines
686 B
TOML
[package]
|
|
name = "err"
|
|
version = "0.0.1-a.0"
|
|
authors = ["Dominik Werder <dominik.werder@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
hyper = { version = "0.14", features = ["http1", "http2", "client", "server", "tcp"] }
|
|
http = "0.2"
|
|
tokio = { version = "1.7.1", features = ["rt-multi-thread", "io-util", "net", "time", "sync", "fs"] }
|
|
backtrace = "0.3.56"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
bincode = "1.3.3"
|
|
async-channel = "1.6"
|
|
chrono = { version = "0.4.19", features = ["serde"] }
|
|
nom = "6.1.2"
|
|
tokio-postgres = { version = "0.7", features = ["runtime", "with-chrono-0_4", "with-serde_json-1"] }
|
|
serde_cbor = "0.11.1"
|
|
regex = "1.5.4"
|
|
url = "2.2"
|