added manifest keys for crates.io
This commit is contained in:
parent
20ee1aaddc
commit
fe7bd12662
|
@ -5,6 +5,10 @@ version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "Game development library modelled after an imaginary console"
|
description = "Game development library modelled after an imaginary console"
|
||||||
license = "0BSD"
|
license = "0BSD"
|
||||||
|
documentation = "https://docs.rs/gsa/latest/"
|
||||||
|
repository = "https://git.danitheskunk.com/DaniTheSkunk/gsa"
|
||||||
|
categories = ["game-engines"]
|
||||||
|
keywords = ["gamedev"]
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue