summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml12
1 files changed, 9 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 72c8ebf..8740fc8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,13 @@
[package]
-name = "luma"
-version = "0.34.0"
-edition = "2021"
+name = "luma"
+version = "0.35.0"
+authors = ["Gabriel Jensen"]
+edition = "2021"
+description = "AGB emulator."
+readme = "README.txt"
+repository = "https://mandelbrot.dk/luma"
+keywords = ["agb", "emulator", "gba"]
+categories = ["emulators"]
[[bin]]
name = "luma"