fixed dependencies issues

This commit is contained in:
Maxime Van Hees
2025-08-05 13:00:09 +02:00
parent 1a62fcacdd
commit 0cffda37a7
4 changed files with 2066 additions and 3 deletions

9
Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[workspace]
members = [
"heromodels",
"heromodels_core",
"heromodels-derive",
"ourdb",
"radixtree",
"tst",
]