Start of a huge refactoring

This commit is contained in:
Eric Coissac
2026-08-22 17:03:53 +02:00
parent 1261aeba86
commit 5048f43eea
1040 changed files with 1050 additions and 270 deletions
+1
View File
@@ -15,6 +15,7 @@ obisys = { path = "../obisys" }
obikindex = { path = "../obikindex", default-features = false }
obikindexer = { path = "../obikindexer" }
obikalgorithm = { path = "../obikalgorithm" }
obikmerge = { path = "../obikmerge" }
obifastwrite = { path = "../obifastwrite" }
obiskbuilder = { path = "../obiskbuilder" }
clap = { version = "4", features = ["derive"] }