Nova/exes/gateway/Cargo.toml
Matthieu Pignolet ea1d345147
Draft: New cross building for docker images (#37)
* Add .circleci/config.yml

* base

* base

* add architectures and cross build

* fix clippy warnings
2023-01-20 16:38:10 +04:00

25 lines
609 B
TOML

[package]
name = "gateway"
version = "0.1.0"
edition = "2018"
[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 }
tokio-stream = "0.1.11"
twilight-gateway = { version = "0.14" }
twilight-model = "0.14"
bytes = "1.3.0"
async-nats = "0.26.0"