y-compositor-protocol/Cargo.toml

20 lines
397 B
TOML

[package]
name = "y-compositor-protocol"
version = "0.1.1"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies.bincode]
git = "https://github.com/bincode-org/bincode.git"
default-features = false
features = ["serde_no_std"]
[dependencies.serde]
version = "*"
default-features = false
features = ["derive", "alloc"]