diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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" |
