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

                
                                                                   
                                                                   
                                                               






                      
[package]
name = "toaster"
version = "1.5.0"
edition = "2021"

[dependencies]
vagabond = { git = "git://benbridle.com/vagabond", tag = "v1.0.2" }
markdown = { git = "git://benbridle.com/markdown", tag = "v2.1.1" }
recipe = { git = "git://benbridle.com/recipe", tag = "v1.4.0" }
xflags = "0.4.0-pre.1"

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