From 63cd5d0a8d3f77c0267f12a6aef52533cc2f7d09 Mon Sep 17 00:00:00 2001 From: Kaiden Fey Date: Sun, 25 Oct 2020 05:36:08 +0100 Subject: Adding a whole lot of shit (octopus and supergit) --- supergit/Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 supergit/Cargo.toml (limited to 'supergit/Cargo.toml') 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 "] +edition = "2018" + +[dependencies] +git2 = "0.11" \ No newline at end of file -- cgit v1.2.3