y-compositor-protocol/Cargo.toml

20 lines
397 B
TOML
Raw Normal View History

2022-01-15 08:45:29 -06:00
[package]
name = "y-compositor-protocol"
2022-01-15 09:27:15 -06:00
version = "0.1.1"
2022-01-15 08:45:29 -06:00
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2022-01-19 12:49:39 -06:00
[dependencies.bincode]
git = "https://github.com/bincode-org/bincode.git"
default-features = false
features = ["serde_no_std"]
2022-01-19 13:01:42 -06:00
[dependencies.serde]
version = "*"
default-features = false
features = ["derive", "alloc"]