domo/domo_proto/Cargo.toml
2024-02-27 14:13:19 +01:00

17 lines
No EOL
304 B
TOML

[package]
name = "domo_proto"
version = "1.0.1"
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"]