[workspace] resolver = "2" members = ["potato", "potato-protocol", "potato-protocol-derive"] [workspace.package] version = "0.1.0" edition = "2024" [workspace.dependencies] serde = { version = "1.0.218", features = ["derive"] } serde_json = "1.0.140" thiserror = "2.0.11" uuid = "1.15.1" bytes = "1" tokio = { version = "1.43.0", features = ["full"] }