aboutsummaryrefslogtreecommitdiff
path: root/apps/servers/octopus/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'apps/servers/octopus/Cargo.toml')
-rw-r--r--apps/servers/octopus/Cargo.toml6
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/servers/octopus/Cargo.toml b/apps/servers/octopus/Cargo.toml
index afc01fdcab4a..c01012945595 100644
--- a/apps/servers/octopus/Cargo.toml
+++ b/apps/servers/octopus/Cargo.toml
@@ -11,8 +11,10 @@ actix-rt = "1.0.0"
actix-web = "2.0.0"
askama = "0.8"
env_logger = "0.6"
+log = "*"
git2 = "0.11"
markdown = { version = "0.3.0", optional = true }
+supergit = { path = "supergit" }
[build-dependencies]
askama = "0.8"
@@ -23,6 +25,6 @@ markdown-readme = ["markdown"]
[workspace]
members = [
- ".",
- "supergit",
+ ".",
+ "supergit",
] \ No newline at end of file