summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml15
1 files changed, 9 insertions, 6 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3ee43f3..747594f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,13 +1,16 @@
[package]
-name = "bedrock_asm"
-version = "1.0.0"
+name = "bedrock-asm"
+version = "1.0.2"
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
+edition = "2024"
+description = "Assembler for the Bedrock assembly language"
[dependencies]
+assembler = { git = "git://benbridle.com/assembler", tag = "v2.3.0" }
+log = { git = "git://benbridle.com/log", tag = "v2.0.0" }
+switchboard = { git = "git://benbridle.com/switchboard", tag = "v2.1.0" }
+
+indexmap = "2.7.1"
[profile.release]
lto=true