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]
|
[package]
|
||||||
name = "chip8-emulator"
|
name = "chip8-emulator"
|
||||||
|
description = "Emulateur de Chip8"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
author = "rick G. <rick@gnous.eu>"
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
license = "GPL-3.0-or-later"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rand = "0.8.4"
|
rand = "0.8.4"
|
||||||
|
|
Loading…
Reference in a new issue