initial version
This commit is contained in:
14
bqst-core/Cargo.toml
Normal file
14
bqst-core/Cargo.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[package]
|
||||
name = "bqst-core"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
[profile.release]
|
||||
opt-level = 3
|
||||
strip = "symbols"
|
||||
|
||||
[dependencies]
|
||||
dashu = { version = "0.4.2", default-features = false, features = ["num-order"] }
|
||||
Reference in New Issue
Block a user