Restructure crates for correct proc macro usage

Signed-off-by: Lee Smet <lee.smet@hotmail.com>
This commit is contained in:
Lee Smet
2025-04-25 13:58:17 +02:00
parent 96a1ecd974
commit b8e1449ddb
20 changed files with 588 additions and 362 deletions

9
heromodels/Cargo.lock generated
View File

@@ -263,6 +263,7 @@ dependencies = [
"chrono",
"fjall",
"heromodels-derive",
"heromodels_core",
"ourdb",
"serde",
"tst",
@@ -277,6 +278,14 @@ dependencies = [
"syn",
]
[[package]]
name = "heromodels_core"
version = "0.1.0"
dependencies = [
"chrono",
"serde",
]
[[package]]
name = "iana-time-zone"
version = "0.1.63"