mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Merge remote-tracking branch 'origin/main' into sqlstore
# Conflicts: # Cargo.lock # taskchampion/Cargo.toml
This commit is contained in:
commit
2f533d2f3a
74 changed files with 3491 additions and 861 deletions
|
@ -21,7 +21,10 @@ ureq = "^2.1.0"
|
|||
log = "^0.4.14"
|
||||
tindercrypt = { version = "^0.2.2", default-features = false }
|
||||
rusqlite = { version = "0.25", features = ["bundled"] }
|
||||
strum = "0.21"
|
||||
strum_macros = "0.21"
|
||||
|
||||
[dev-dependencies]
|
||||
proptest = "^1.0.0"
|
||||
tempfile = "3"
|
||||
rstest = "0.10"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue