summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 1be61eec5abc6a8004853ea3de3ceae7a1bc2985 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "pubd"
version = "0.1.0"
edition = "2024"

[dependencies]
prost = "0.14.3"
tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread"] }
tokio-stream = "0.1.18"
tonic = "0.14.2"
tonic-prost = "0.14.2"

[build-dependencies]
tonic-prost-build = "0.14.2"