holey-bytes/hbvm/Cargo.toml

11 lines
204 B
TOML
Raw Normal View History

[package]
2023-05-09 08:47:21 +00:00
name = "hbvm"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
log = "*"
hashbrown = "0.13.2"