feat(native): split package (#8853)

This commit is contained in:
darkskygit
2024-11-18 13:18:16 +00:00
parent 9642566086
commit 1c2b23b160
10 changed files with 341 additions and 237 deletions

View File

@@ -7,6 +7,7 @@ version = "0.0.0"
crate-type = ["cdylib"]
[dependencies]
affine_common = { workspace = true }
affine_schema = { path = "./schema" }
anyhow = { workspace = true }
chrono = { workspace = true }
@@ -24,7 +25,7 @@ tokio = { workspace = true, features = ["full"] }
uuid = { workspace = true, features = ["fast-rng", "serde", "v4"] }
[dev-dependencies]
rayon = { workspace = true }
rayon = { workspace = true }
[build-dependencies]
affine_schema = { path = "./schema" }