mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Add snapshot encoding / decoding
This commit is contained in:
parent
bde19d7f07
commit
13a96efacb
4 changed files with 189 additions and 0 deletions
|
@ -23,6 +23,7 @@ tindercrypt = { version = "^0.2.2", default-features = false }
|
|||
rusqlite = { version = "0.25", features = ["bundled"] }
|
||||
strum = "0.21"
|
||||
strum_macros = "0.21"
|
||||
flate2 = "1"
|
||||
|
||||
[dev-dependencies]
|
||||
proptest = "^1.0.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue