Update build chain, more build tooling

This commit is contained in:
2025-11-17 15:28:11 -07:00
parent 0687da9d99
commit f0a3bbe739
6 changed files with 197 additions and 201 deletions

View File

@@ -11,6 +11,9 @@ quick-error = "2"
rust_decimal = "1"
safer-ffi = { version = "^0.1" }
[profile.release]
strip = true
[[bin]]
name = "slang"
path = "src/main.rs"
@@ -18,7 +21,7 @@ path = "src/main.rs"
[lib]
name = "slang"
path = "src/lib.rs"
crate-type = ["staticlib"]
crate-type = ["cdylib"]
[dependencies]
clap = { version = "^4.5", features = ["derive"] }