api-rust/Cargo.toml

12 lines
249 B
TOML
Raw Permalink Normal View History

2024-01-01 15:41:11 +00:00
[package]
name = "licensing-api"
version = "0.0.0"
edition = "2021"
[lib]
[dependencies]
prost = { version = "0.12.3", features = ["std"] }
serde = { version = "1.0.193", features = ["derive"] }
tonic = { version = "0.10.2", features = ["gzip"] }