update: add fields for metadata
This commit is contained in:
parent
c19d9f40c3
commit
979a39405e
1 changed files with 3 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue