Bweh/Cargo.toml

11 lines
251 B
TOML
Raw Normal View History

workspace = { members = ["boy-debug", "boy-utils"] }
[package]
name = "boy"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-06-22 12:38:58 +00:00
bitfield-struct = "0.8.0"