simplify DB constructor

Signed-off-by: Lee Smet <lee.smet@hotmail.com>
This commit is contained in:
Lee Smet
2025-04-25 14:15:52 +02:00
parent b8e1449ddb
commit d8b40b6995
5 changed files with 21 additions and 455 deletions

View File

@@ -9,7 +9,6 @@ authors = ["Your Name <your.email@example.com>"]
serde = { version = "1.0", features = ["derive"] }
bincode = { version = "2", features = ["serde"] }
chrono = { version = "0.4", features = ["serde"] }
fjall = "2.9.0"
ourdb = { path = "../ourdb" }
tst = { path = "../tst" }
heromodels-derive = { path = "../heromodels-derive" }