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

                
                                                                   
                                                                   
                                                               
                                                         
                                                                         





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

[dependencies]
vagabond = { git = "git://benbridle.com/vagabond", tag = "v1.1.0" }
markdown = { git = "git://benbridle.com/markdown", tag = "v3.2.0" }
recipe = { git = "git://benbridle.com/recipe", tag = "v1.4.0" }
log = { git = "git://benbridle.com/log", tag = "v1.1.2" }
switchboard = { git = "git://benbridle.com/switchboard", tag = "v1.0.0" }

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