html terminal
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -45,12 +45,17 @@ flate2 = { version = "1.0", features = [ 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" } +emojib = { git = "https://github.com/Apricot-Conservation-Project/emoji", package = "emoji" } serde_derive = "1.0.193" serde_json = "1.0.109" strconv = "0.1.0" jemallocator-global = "0.3.2" +[build-dependencies] +emojib = { git = "https://github.com/Apricot-Conservation-Project/emoji", package = "emoji", features = [ + "build", +] } + [profile.release] strip = true lto = "thin" |