completed basic functions

This commit is contained in:
2026-08-01 18:23:06 +00:00
commit 4baae18dd6
8 changed files with 611 additions and 0 deletions

7
Cargo.toml Normal file
View File

@@ -0,0 +1,7 @@
[package]
name = "bdf-tools"
version = "0.1.0"
edition = "2024"
[dependencies]
strum = { version = "0.28.0", features = ["derive", "strum_macros"] }