[package] name = "dlq-gateway" version = "0.1.0" edition = "2021" description = "dlq gateway" license = "MIT" repository = "https://github.com/olidacombe/dlq" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "3.1.18", features = ["derive"] } dlq-gateway-grpc = { path = "../gateway-grpc", version = "0.1.0" } env_logger = "0.9.0" log = "0.4.17" tokio = { version = "1.18.2", features = ["macros", "rt-multi-thread"] } tonic = "0.7.2"