This commit is contained in:
2025-11-26 14:27:12 -07:00
parent 1579d9f905
commit b03f32da00
4 changed files with 47 additions and 227 deletions

View File

@@ -9,7 +9,6 @@ members = ["libs/*"]
[workspace.dependencies]
quick-error = "2"
rust_decimal = "1"
safer-ffi = { version = "^0.1" }
[profile.release]
strip = true
@@ -30,10 +29,7 @@ rust_decimal = { workspace = true }
tokenizer = { path = "libs/tokenizer" }
parser = { path = "libs/parser" }
compiler = { path = "libs/compiler" }
safer-ffi = { workspace = true }
[features]
headers = ["safer-ffi/headers"]
[dev-dependencies]
anyhow = { version = "^1.0", features = ["backtrace"] }