Use corrosion instead of CMakeRust (#3273)

* Use corrosion instead of CMakeRust
* use OpenSUSE tumbleweed (latest) to get newer CMake
This commit is contained in:
Dustin J. Mitchell
2024-03-02 16:21:34 -05:00
committed by GitHub
parent 8dd29e0a8a
commit 18a8bd2997
47 changed files with 48 additions and 2786 deletions

View File

@@ -3,6 +3,9 @@ name = "taskchampion-lib"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["staticlib", "rlib"]
[dependencies]
libc.workspace = true
anyhow.workspace = true

View File

@@ -5,7 +5,5 @@ edition = "2021"
[dependencies]
anyhow.workspace = true
taskchampion-lib = { path = "../lib" }
regex = "^1.10.2"