write shit
This commit is contained in:
@ -6,6 +6,12 @@ edition = "2024"
|
||||
description = "The dynamic wfassoc library exposed for C/C++ and other languages users."
|
||||
license = "SPDX:MIT"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
thiserror = { workspace = true }
|
||||
wfassoc = { path="../wfassoc" }
|
||||
|
||||
[build-dependencies]
|
||||
cbindgen = "0.29.0"
|
||||
|
||||
Reference in New Issue
Block a user