first bits of a dynamc lib
This commit is contained in:
15
lib/Cargo.toml
Normal file
15
lib/Cargo.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[package]
|
||||
name = "taskchampion-lib"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
build = "build.rs"
|
||||
|
||||
[lib]
|
||||
name = "taskchampion"
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
taskchampion = { path = "../taskchampion" }
|
||||
|
||||
[build-dependencies]
|
||||
cbindgen = "0.20.0"
|
||||
Reference in New Issue
Block a user