lavina/crates/proto/Cargo.toml

10 lines
185 B
TOML
Raw Normal View History

2023-01-25 12:48:52 +00:00
[package]
name = "lavina_proto"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.68"
async-trait = "0.1.63"
serde = { version = "1.0.152", features = ["serde_derive"] }