domo/domo_proto/Cargo.toml

17 lines
304 B
TOML
Raw Normal View History

2023-10-15 18:06:20 +02:00
[package]
name = "domo_proto"
2024-02-28 15:07:51 +01:00
version = "1.0.3"
2023-10-15 18:06:20 +02:00
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
crc32fast = "1.3.2"
2023-12-06 23:30:09 +01:00
[dependencies.rand]
version = "0.8.5"
optional = true
[features]
default = ["random"]
random = ["rand"]