From 8a77d1d9b8149754a3e4cf36881ad6a54f38824c Mon Sep 17 00:00:00 2001 From: Johannes Hendrik Gerard van der Weide Date: Wed, 29 Nov 2023 17:39:35 +0100 Subject: [PATCH] I was bored so I added a bunch of stuff to the Cargo.toml :3 --- Cargo.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fdcb813..7c63868 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,13 @@ [package] -name = "bevy-game" +name = "hertog-game" +homepage = "https://git.saragerretsen.nl/Hertog/RustThingy" +repository = "https://git.saragerretsen.nl/Hertog/RustThingy" +description = "A W.I.P. bevy-engine game " +authors = ["Johannes Hendrik Gerard van der Weide"] version = "0.1.0" edition = "2021" +license-file = "LICENSE" +readme = "README.md" [dependencies] bevy = "0.12.0"