aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 26a322f..47dec13 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,11 @@ authors = ["Kevin J Hoerr <kjhoerr@submelon.tech>"]
description = "Turn-based strategy game as a web service"
license = "ISC"
readme = "README.md"
-repository = "https://gitlab.com/kjhoerr/august-offensive.git"
+repository = "https://github.com/kjhoerr/august-offensive.git"
+
+[[bin]]
+name = "august-offensive"
+path = "src/main.rs"
[dependencies]
dotenv = "0.10"