crabidy/crabidy-core/Cargo.toml

18 lines
334 B
TOML

[package]
name = "crabidy-core"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
async-trait = "0.1.68"
prost = "0.11"
serde = "1.0.163"
tonic = "0.9"
[build-dependencies]
async-trait = "0.1.68"
serde = "1.0.163"
tonic-build = "0.9"