mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
add signing support
This commit is contained in:
parent
75edd2773f
commit
e92fc0628b
4 changed files with 211 additions and 0 deletions
|
@ -12,6 +12,7 @@ chrono = { version = "0.4.10", features = ["serde"] }
|
|||
failure = {version = "0.1.5", features = ["derive"] }
|
||||
kv = {version = "0.10.0", features = ["msgpack-value"]}
|
||||
lmdb-rkv = {version = "0.12.3"}
|
||||
ring = { version = "0.16.17", features = ["std"] }
|
||||
|
||||
[dev-dependencies]
|
||||
proptest = "0.9.4"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue