Use corrosion instead of CMakeRust (#3273)
* Use corrosion instead of CMakeRust * use OpenSUSE tumbleweed (latest) to get newer CMake
This commit is contained in:
committed by
GitHub
parent
8dd29e0a8a
commit
18a8bd2997
@@ -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
|
||||
|
||||
@@ -5,7 +5,5 @@ edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
anyhow.workspace = true
|
||||
|
||||
taskchampion-lib = { path = "../lib" }
|
||||
|
||||
regex = "^1.10.2"
|
||||
|
||||
Reference in New Issue
Block a user