This commit is contained in:
Simon Gardling 2022-02-24 12:55:13 -05:00
parent 436e7f1ef5
commit c5ebb58a91

View File

@ -11,6 +11,7 @@ debug = false
codegen-units = 1
opt-level = "z" #optimize for size
lto = true
strip = true
[dependencies]
meval = { git = "https://github.com/Titaniumtown/meval-rs.git" }