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

[dependencies]
prost = "0.14.1"
tokio = { version = "1.48.0", features = ["macros", "rt-multi-thread"] }
tonic = "0.14.2"
tonic-prost = "0.14.2"

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