summaryrefslogblamecommitdiff
path: root/Cargo.toml
blob: ca18d3aab22fd0c788dc99ea532a83bd919b0eaf (plain) (tree)
1
2
3
4
5
6
7
8
9
         
                   
                 

                
                                                                     
                                                         
                                                                         
 
                  
 




                 
[package]
name = "torque-asm"
version = "2.0.2"
edition = "2021"

[dependencies]
assembler = { git = "git://benbridle.com/assembler", tag = "v2.2.2" }
log = { git = "git://benbridle.com/log", tag = "v1.1.2" }
switchboard = { git = "git://benbridle.com/switchboard", tag = "v2.1.0" }

indexmap = "2.7.1"


[profile.release]
lto=true
opt-level="s"
debug=false
strip=true
codegen-units=1