update: add fields for metadata

This commit is contained in:
rick 2022-02-09 14:46:00 +01:00
parent c19d9f40c3
commit 979a39405e
Signed by: Rick
GPG key ID: 2B593F087240EE99

View file

@ -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. <rick@gnous.eu>"
license = "GPL-3.0-or-later"
[dependencies]
rand = "0.8.4"