aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKevin J Hoerr <kjhoerr@protonmail.com>2018-08-26 21:25:43 -0400
committerKevin Hoerr <kjhoerr@submelon.tech>2018-08-31 23:24:45 -0400
commitd4e8221b4fa44b6bf2d598b702d995ea79dfa24e (patch)
tree4bb072377f30ac522185d8a1e2178dc68bbcf84d /Cargo.toml
parent0965d62be00a7820f97284704dc71f37e661b412 (diff)
downloadaugust-offensive-d4e8221b4fa44b6bf2d598b702d995ea79dfa24e.tar.gz
august-offensive-d4e8221b4fa44b6bf2d598b702d995ea79dfa24e.tar.bz2
august-offensive-d4e8221b4fa44b6bf2d598b702d995ea79dfa24e.zip
Enable error chaining with error definitions file (empty)
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"