
* Add .circleci/config.yml * base * base * add architectures and cross build * fix clippy warnings
25 lines
609 B
TOML
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"
|