aboutsummaryrefslogtreecommitdiff
path: root/apps/servers/octopus/supergit/Cargo.toml
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2021-01-08 14:36:31 +0100
committerKatharina Fey <kookie@spacekookie.de>2021-01-09 01:48:01 +0100
commit3ca87e463acfeb9ef5bd9a90bcedbb8e360d02e0 (patch)
treefa1af86a312a3005e5e0a762b8c7b28fec43e1b2 /apps/servers/octopus/supergit/Cargo.toml
parentc3d64b9be3865649eadb52f580b4ee43b9d72c02 (diff)
supergit: add logo and rebuild README
Diffstat (limited to 'apps/servers/octopus/supergit/Cargo.toml')
-rw-r--r--apps/servers/octopus/supergit/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/servers/octopus/supergit/Cargo.toml b/apps/servers/octopus/supergit/Cargo.toml
index 5646d27c5643..ca9fb5ccca6e 100644
--- a/apps/servers/octopus/supergit/Cargo.toml
+++ b/apps/servers/octopus/supergit/Cargo.toml
@@ -1,14 +1,14 @@
[package]
name = "supergit"
description = "A strongly typed, read-only representation of a git repository"
-version = "0.2.0"
+version = "0.2.1"
authors = ["Katharina Fey <kookie@spacekookie.de>"]
edition = "2018"
license = "GPL-3.0-or-later"
documentation = "https://docs.rs/supergit"
readme = "README.md"
+repository = "https://git.spacekookie.de/kookienomicon/about/apps/servers/octopus/supergit"
[dependencies]
-git2 = "0.11"
-async-std = { version = "1.0", features = ["unstable"] }
-atomptr = "1.0" \ No newline at end of file
+atomptr = "1.0"
+git2 = "0.11" \ No newline at end of file