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"