feat: use agnostik as "agnostic" async executor

This commit is contained in:
2021-03-09 21:03:36 +01:00
parent 057f3e1f0d
commit e3f8f4b732
3 changed files with 2 additions and 31 deletions

View File

@@ -14,3 +14,4 @@ crdts = "6.2"
tokio = {version = "1", features = ["macros", "rt"]}
anyhow = "1"
futures = "0.3"
agnostik = {git = "https://github.com/chpio/agnostik.git", branch = "tokio1", features = ["runtime_tokio"]}