Update build chain, more build tooling
This commit is contained in:
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user