mirror of
https://github.com/encounter/mssbkit.git
synced 2026-03-30 11:30:06 -07:00
25 lines
461 B
TOML
25 lines
461 B
TOML
[package]
|
|
name = "mssbkit"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[profile.release]
|
|
codegen-units = 1
|
|
lto = "fat"
|
|
opt-level = "z"
|
|
|
|
[features]
|
|
default = []
|
|
std = []
|
|
|
|
[dependencies]
|
|
log = { version = "0.4", default-features = false }
|
|
talc = { version = "4.4", default-features = false, features = ["lock_api"] }
|
|
wit-bindgen = { version = "0.44", default-features = false, features = ["macros"] }
|
|
|
|
[build-dependencies]
|
|
wit-deps = "0.5"
|