Add cargo workspace
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
/target
|
||||
4766
Cargo.lock
generated
Normal file
4766
Cargo.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
6
Cargo.toml
Normal file
6
Cargo.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
[workspace]
|
||||
members = [
|
||||
"dsp",
|
||||
"test_interface",
|
||||
]
|
||||
resolver = "2"
|
||||
Reference in New Issue
Block a user