mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Remove taskchampion source from this repo (#3427)
* move taskchampion-lib to src/tc/lib, remove the rest * update references to taskchampion * Use a top-level Cargo.toml so everything is consistent * apply comments from ryneeverett
This commit is contained in:
parent
ef9613e2d6
commit
94b3e301d1
157 changed files with 62 additions and 16265 deletions
10
Cargo.toml
10
Cargo.toml
|
@ -1,17 +1,12 @@
|
|||
[workspace]
|
||||
|
||||
members = [
|
||||
"taskchampion/taskchampion",
|
||||
"taskchampion/lib",
|
||||
"taskchampion/integration-tests",
|
||||
"taskchampion/xtask",
|
||||
"src/tc/lib",
|
||||
"xtask",
|
||||
]
|
||||
|
||||
resolver = "2"
|
||||
|
||||
# src/tc/rust is just part of the TW build and not a public crate
|
||||
exclude = [ "src/tc/rust" ]
|
||||
|
||||
# All Rust dependencies are defined here, and then referenced by the
|
||||
# Cargo.toml's in the members with `foo.workspace = true`.
|
||||
[workspace.dependencies]
|
||||
|
@ -40,3 +35,4 @@ thiserror = "1.0"
|
|||
ureq = { version = "^2.9.0", features = ["tls"] }
|
||||
uuid = { version = "^1.8.0", features = ["serde", "v4"] }
|
||||
url = { version = "2" }
|
||||
taskchampion = "0.5"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue