13 lines
256 B
TOML
13 lines
256 B
TOML
|
|
[package]
|
|
name = "simple_producer"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
server = { path = "../../server" }
|
|
tonic = "0.12.3"
|
|
tokio = { version = "1.42.0", features = ["rt-multi-thread", "signal"] }
|
|
chrono = "0.4.39"
|
|
tokio-util = "0.7.13"
|
|
num-traits = "0.2.19"
|