From d4e8221b4fa44b6bf2d598b702d995ea79dfa24e Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Sun, 26 Aug 2018 21:25:43 -0400 Subject: Enable error chaining with error definitions file (empty) --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') 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 "] 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" -- cgit