scroll.server/services/gateway/Cargo.toml
scroll 20a75dbb25 nuke the tests and the dead code
data/ is runtime state, keep it out of git.
2026-08-23 07:51:04 +03:00

22 lines
574 B
TOML

[package]
name = "gateway"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "Client facing TCP gateway: framing, stream cipher, session routing"
[dependencies]
titan = { workspace = true }
logic = { workspace = true }
service-rpc = { workspace = true }
tokio = { workspace = true }
thiserror = { workspace = true }
tracing = { workspace = true }
tracing-subscriber = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
async-trait = { workspace = true }
[[bin]]
name = "gateway"
path = "src/main.rs"