Add RemoteServer to the taskchampion crate

This commit is contained in:
Dustin J. Mitchell
2020-11-27 19:47:50 -05:00
parent d46f20e75a
commit 2a37f090a5
10 changed files with 322 additions and 29 deletions

View File

@@ -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"}
ureq = "1.5.2"
[dev-dependencies]
proptest = "0.9.4"