first bits of a dynamc lib

This commit is contained in:
Dustin J. Mitchell 2022-01-22 22:48:40 +00:00
parent 8576e7ffa7
commit 33f5f056b1
13 changed files with 6942 additions and 1 deletions

27
Cargo.lock generated
View file

@ -591,6 +591,25 @@ dependencies = [
"url",
]
[[package]]
name = "cbindgen"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51e3973b165dc0f435831a9e426de67e894de532754ff7a3f307c03ee5dec7dc"
dependencies = [
"clap",
"heck",
"indexmap",
"log",
"proc-macro2",
"quote",
"serde",
"serde_json",
"syn",
"tempfile",
"toml",
]
[[package]]
name = "cc"
version = "1.0.68"
@ -3008,6 +3027,14 @@ dependencies = [
"toml_edit",
]
[[package]]
name = "taskchampion-lib"
version = "0.1.0"
dependencies = [
"cbindgen",
"taskchampion",
]
[[package]]
name = "taskchampion-sync-server"
version = "0.4.1"