holey-bytes/Cargo.toml

11 lines
211 B
TOML
Raw Normal View History

2023-04-17 12:31:18 +00:00
[package]
name = "holey_bytes"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-04-22 21:06:33 +00:00
log = "*"
2023-04-22 22:17:49 +00:00
hashbrown = "0.13.2"