summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBen Bridle <bridle.benjamin@gmail.com>2023-12-24 19:09:37 +1300
committerBen Bridle <bridle.benjamin@gmail.com>2023-12-24 19:32:44 +1300
commitc8dfaecc8f02754d74cd6d92a66dc28c0e78c84b (patch)
tree7dfc8ec870df828f56ebbf25dd74b6cdc6c8e50f /Cargo.toml
parentbae1c03746fdb7be59702bdf3493f85b394b337b (diff)
downloadbedrock-asm-c8dfaecc8f02754d74cd6d92a66dc28c0e78c84b.zip
Add information to Cargo.tomlv1.0.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3ffc706..3ee43f3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,9 @@
[package]
name = "bedrock_asm"
-version = "0.1.0"
+version = "1.0.0"
+authors = ["Ben Bridle"]
edition = "2021"
+description = "Assembler program for the Bedrock assembly language"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html