Add cargo workspace

This commit is contained in:
2026-03-10 22:58:10 -04:00
parent 99c7a977cd
commit c1e67f2424
3 changed files with 4773 additions and 0 deletions

6
Cargo.toml Normal file
View File

@@ -0,0 +1,6 @@
[workspace]
members = [
"dsp",
"test_interface",
]
resolver = "2"