domo/domo_proto/Cargo.toml
2023-12-06 23:30:09 +01:00

17 lines
No EOL
304 B
TOML

[package]
name = "domo_proto"
version = "0.2.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
crc32fast = "1.3.2"
[dependencies.rand]
version = "0.8.5"
optional = true
[features]
default = ["random"]
random = ["rand"]