holey-bytes/Cargo.toml

11 lines
211 B
TOML
Raw Normal View History

2023-04-17 07:31:18 -05: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 16:06:33 -05:00
log = "*"
2023-04-22 17:17:49 -05:00
hashbrown = "0.13.2"