y-compositor-protocol/Cargo.toml

22 lines
359 B
TOML
Raw Normal View History

2022-01-15 14:45:29 +00:00
[package]
name = "y-compositor-protocol"
2022-01-15 15:27:15 +00:00
version = "0.1.1"
2022-01-15 14:45:29 +00:00
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2022-01-19 18:49:39 +00:00
2022-01-19 19:01:42 +00:00
[dependencies.serde]
version = "*"
default-features = false
features = ["derive", "alloc"]
2022-01-19 19:52:26 +00:00
[dependencies.rkyv]
version = "0.7.29"
default-features = false
features = ["size_64"]