summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBen Bridle <ben@derelict.engineering>2025-02-04 18:17:28 +1300
committerBen Bridle <ben@derelict.engineering>2025-02-04 18:18:40 +1300
commitcf1af202e01cdcbac437ac96f21c4437bf27bb0d (patch)
tree8817d87fe2061c8710a6f3d608bb77218826781b /Cargo.toml
parentc25cfe6829c509297af77fe3a468e81243c3589b (diff)
downloadbedrock-asm-cf1af202e01cdcbac437ac96f21c4437bf27bb0d.zip
Use locator types from assembler crate
Work-in-progress commit while functionality is moved over to the assembler crate. This commit doesn't compile.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6dd908a..f5d7ef8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,6 +7,7 @@ description = "Assembler program for the Bedrock assembly language"
[dependencies]
+assembler = { git = "git://benbridle.com/assembler", tag = "v1.0.0" }
vagabond = { git = "git://benbridle.com/vagabond", tag = "v1.0.1" }
xflags = "0.4.0-pre"