mirror of
https://github.com/italicsjenga/gba.git
synced 2024-12-23 19:01:30 +11:00
Added the necessary fields to allow publishing
also a keyword
This commit is contained in:
parent
d25f9be54f
commit
b45cc2c56d
|
@ -1,7 +1,11 @@
|
||||||
[package]
|
[package]
|
||||||
name = "gba"
|
name = "gba"
|
||||||
|
description = "A crate (and book) for making GBA games with Rust."
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Lokathor <zefria@gmail.com>", "Ketsuban"]
|
authors = ["Lokathor <zefria@gmail.com>", "Ketsuban"]
|
||||||
|
repository = "https://github.com/rust-console/gba"
|
||||||
|
readme = "README.md"
|
||||||
|
keywords = ["gba"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue