forked from lavina/lavina
10 lines
185 B
TOML
10 lines
185 B
TOML
|
[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"] }
|