domo/domo_proto/Cargo.toml
Raine d2ecf2e195
Some checks failed
ci/woodpecker/push/lib Pipeline failed
ci/woodpecker/push/proto Pipeline was successful
fix: bump
2024-02-28 15:07:51 +01:00

17 lines
No EOL
304 B
TOML

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