domo/domo_proto/Cargo.toml

10 lines
213 B
TOML
Raw Normal View History

2023-10-15 18:06:20 +02:00
[package]
name = "domo_proto"
version = "0.2.0"
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"
rand = "0.8.5"