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