From ff99a5df4c5a3265d215afa4b937fbb95a55b96c Mon Sep 17 00:00:00 2001 From: Ben Bridle Date: Thu, 29 May 2025 12:18:16 +1200 Subject: Initial commit --- Cargo.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..9673558 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,18 @@ +[package] +name = "bedrock-asm" +version = "0.1.0" +authors = ["Ben Bridle"] +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" } + +[profile.release] +lto=true +opt-level="s" +debug=false +strip=true +codegen-units=1 -- cgit v1.2.3-70-g09d2