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

[dependencies]
proto = "0.1.2"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tokio = { version = "1", features = ["full"] }
tonic = "0.14.5"
tonic-build = "0.14.5"
tonic-prost = "0.14.5"

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