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

4
rust-toolchain.toml Normal file
View File

@@ -0,0 +1,4 @@
[toolchain]
channel = "stable"
components = ["rustfmt", "clippy"]
profile = "minimal"