aboutsummaryrefslogtreecommitdiff
path: root/supergit/Cargo.toml
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2020-10-27 15:15:23 +0100
committerKatharina Fey <kookie@spacekookie.de>2020-10-27 15:15:23 +0100
commit623954d19fdf0dca47db319e5c88ee561aa8d25c (patch)
tree11484edce6ecdff5f43f9533ede17aa56d54d087 /supergit/Cargo.toml
parentaadac179feea5bcdab8e27683be376028ac4df9c (diff)
Adding raw git repository utilitiesHEADmaster
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