summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml13
1 files changed, 7 insertions, 6 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5a06925..747594f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,15 +1,16 @@
[package]
name = "bedrock-asm"
-version = "4.0.5"
+version = "1.0.2"
authors = ["Ben Bridle"]
-edition = "2021"
-description = "Assembler program for the Bedrock assembly language"
-
+edition = "2024"
+description = "Assembler for the Bedrock assembly language"
[dependencies]
-vagabond = { git = "git://benbridle.com/vagabond", tag = "v1.0.1" }
-xflags = "0.4.0-pre"
+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