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) --- Cargo.toml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 93d8eb5..afc01fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "webgit" description = "A lightweight web frontend for git repositories" -version = "0.1.0" -authors = ["Katharina Fey "] +version = "0.2.0" +authors = ["Kaiden Fey "] edition = "2018" [dependencies] @@ -19,4 +19,10 @@ askama = "0.8" [features] default = ["markdown-readme"] -markdown-readme = ["markdown"] \ No newline at end of file +markdown-readme = ["markdown"] + +[workspace] +members = [ + ".", + "supergit", +] \ No newline at end of file -- cgit v1.2.3