aboutsummaryrefslogtreecommitdiff
path: root/supergit/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'supergit/Cargo.toml')
-rw-r--r--supergit/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/supergit/Cargo.toml b/supergit/Cargo.toml
index 7fdb253..029503e 100644
--- a/supergit/Cargo.toml
+++ b/supergit/Cargo.toml
@@ -6,4 +6,5 @@ authors = ["Mx Kookie <kookie@spacekookie.de>"]
edition = "2018"
[dependencies]
-git2 = "0.11" \ No newline at end of file
+git2 = "0.11"
+async-std = { version = "1.0", features = ["unstable"] } \ No newline at end of file