diff --git a/Cargo.toml b/Cargo.toml index 058903c..e6193d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,10 @@ [package] name = "chip8-emulator" +description = "Emulateur de Chip8" version = "0.1.0" edition = "2021" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +author = "rick G. " +license = "GPL-3.0-or-later" [dependencies] rand = "0.8.4"