2024-01-29 11:00:53 -05:00
|
|
|
[package]
|
|
|
|
name = "bindings"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[lib]
|
2024-01-29 15:55:28 -05:00
|
|
|
crate-type = ["cdylib", "staticlib"]
|
|
|
|
#crate-type = ["staticlib"]
|
2024-01-29 11:00:53 -05:00
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
stattest = { git = "https://github.com/Tri11Paragon/stattest" }
|
2024-01-29 15:55:28 -05:00
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
strip = "debuginfo"
|
|
|
|
lto = true
|