From 979a39405e2873f3dede7039e571c29da1ccefdb Mon Sep 17 00:00:00 2001 From: rick Date: Wed, 9 Feb 2022 14:46:00 +0100 Subject: [PATCH] update: add fields for metadata --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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"