aboutsummaryrefslogtreecommitdiff
path: root/supergit/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'supergit/Cargo.toml')
-rw-r--r--supergit/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/supergit/Cargo.toml b/supergit/Cargo.toml
new file mode 100644
index 0000000..7fdb253
--- /dev/null
+++ b/supergit/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "supergit"
+description = "A strongly typed, read-only representation of a git repository"
+version = "0.1.0"
+authors = ["Mx Kookie <kookie@spacekookie.de>"]
+edition = "2018"
+
+[dependencies]
+git2 = "0.11" \ No newline at end of file