Support sending and completing Emoji shortcodes in the message bar (#100)

This commit is contained in:
Ulyssa
2023-05-24 21:14:13 -07:00
parent 529073f4d4
commit 8d22b83d85
5 changed files with 83 additions and 5 deletions

1
Cargo.lock generated
View File

@@ -494,6 +494,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "482aa5695bca086022be453c700a40c02893f1ba7098a2c88351de55341ae894"
dependencies = [
"clap",
"emojis",
"entities",
"memchr",
"once_cell",