Bweh/Cargo.toml
2024-06-22 07:38:58 -05:00

11 lines
251 B
TOML

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]
bitfield-struct = "0.8.0"