Cargo.{lock,toml}: create workspace files
This commit is contained in:
parent
9a1312fa16
commit
5ee7d6a30b
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,6 @@
|
||||||
|
[workspace]
|
||||||
|
|
||||||
|
members = [
|
||||||
|
"bloom-filter-generator",
|
||||||
|
"mnemonic-hash-checker",
|
||||||
|
]
|
Loading…
Reference in New Issue