html terminal
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -37,15 +37,20 @@ minify-js = "0.5.6" convert_case = "0.6.0" parse_duration = "2.1.1" serde = "1.0" -serde_json = "1.0" btparse = "0.1.1" mindus = { version = "5.0.7", features = [], default-features = false } oxipng = { git = "https://github.com/shssoichiro/oxipng", branch = "master", default-features = false } -flate2 = { version = "1.0", features = ["cloudflare_zlib"], default-features = false } +flate2 = { version = "1.0", features = [ + "cloudflare_zlib", +], default-features = false } strip-ansi-escapes = "0.2.0" phf = { version = "0.11.2", features = ["macros"] } itertools = "0.11.0" emoji = { git = "https://github.com/Apricot-Conservation-Project/emoji" } +serde_derive = "1.0.193" +deser-hjson = "2.2.4" +serde_json = "1.0.109" +strconv = "0.1.0" [profile.release] strip = true @@ -57,8 +62,5 @@ minify-html = "0.11.1" [profile.dev.package.mindus] opt-level = 3 -[profile.dev.package.fimg] -opt-level = 3 - [patch.crates-io] serenity = { git = "https://github.com/bend-n/serenity", branch = "opt" } |