diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,13 +1,15 @@ [package] -name = "bedrock_asm" +name = "bedrock-asm" version = "3.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 [dependencies] +vagabond = { path = "/home/ben/Libraries/vagabond" } +xflags = "0.4.0-pre" + [profile.release] lto=true |