messagebox-protocol/Cargo.toml

14 lines
367 B
TOML
Raw Normal View History

[package]
name = "messagebox-protocol"
version = "0.1.0"
edition = "2021"
[dependencies]
uuid = { version = "1.19", features = ["v4", "serde"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thiserror = "2.0"
[dev-dependencies]
libsodium-rs = "0.2.2" # The library itself is agnostic to implementation, but we need something to test against