Potato/potato/Cargo.toml
2025-03-05 12:21:53 +01:00

12 lines
228 B
TOML

[package]
name = "potato"
version = "0.1.0"
edition = "2024"
[dependencies]
potato-protocol = { path = "../potato-protocol" }
serde.workspace = true
serde_json.workspace = true
thiserror.workspace = true
uuid.workspace = true