
* Add .circleci/config.yml * base * base * add architectures and cross build * fix clippy warnings
33 lines
903 B
TOML
33 lines
903 B
TOML
[package]
|
|
name = "rest"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
shared = { workspace = true }
|
|
proto = { workspace = true }
|
|
leash = { workspace = true }
|
|
tracing-opentelemetry = { workspace = true }
|
|
opentelemetry = { workspace = true }
|
|
opentelemetry-http = { workspace = true }
|
|
tracing = { workspace = true }
|
|
tracing-futures = { workspace = true }
|
|
tokio = { workspace = true }
|
|
anyhow = { workspace = true }
|
|
serde = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
hyper = { workspace = true }
|
|
|
|
futures-util = "0.3.17"
|
|
hyper-rustls = "0.23.2"
|
|
lazy_static = "1.4.0"
|
|
xxhash-rust = { version = "0.8.2", features = ["xxh32"] }
|
|
twilight-http-ratelimiting = { git = "https://github.com/MatthieuCoder/twilight.git" }
|
|
|
|
hashring = "0.3.0"
|
|
tonic = "0.8.3"
|
|
tokio-stream = "0.1.11"
|
|
dns-lookup = "1.0.8"
|