diff options
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ byteorder = "1.3.2" failure = "0.1" either = "1.5" time = "0.2" +async-trait = "0.1" default-macro = { path = "../default-macro" } |
![]() |
index : libquassel.git | |
| Native rust implementation of the Quassel protocol and library functions | Max Audron <me@audron.dev> |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | Cargo.toml | 1 |
@@ -17,6 +17,7 @@ byteorder = "1.3.2" failure = "0.1" either = "1.5" time = "0.2" +async-trait = "0.1" default-macro = { path = "../default-macro" } |