heh
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -10,6 +10,8 @@ atools = "0.1.5" car = "0.1.1" # hinted = "0.0.1" itertools = "0.12.0" +lower = "0.2.0" +lower-macros = "0.2.3" mattr = "1.0.0" md5 = "0.7.0" memchr = "2.6.4" @@ -19,4 +21,4 @@ rustc-hash = { version = "2.1.0", features = ["nightly"] } lto = true codegen-units = 1 debug = true -# overflow-checks = true +overflow-checks = true |