Add Cargo workspace + common crate with Mode and Method types

This commit is contained in:
michael
2026-04-26 14:19:47 -07:00
parent d59fbf4e4e
commit 97de4206d4
7 changed files with 85 additions and 0 deletions

2
.cargo/config.toml Normal file
View File

@@ -0,0 +1,2 @@
[build]
rustflags = ["-D", "warnings"]