11 lines
237 B
TOML
11 lines
237 B
TOML
[package]
|
|
name = "protocol"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
tokio = { version = "1.51.1", features = ["io-util"] }
|