[package] name = "emoj_rs" version = "0.1.1" edition = "2021" authors = ["Kodai Kabasawa "] description = "rust implementation of emoj" homepage = "https://github.com/kbwo/emoj_rs" repository = "https://github.com/kbwo/emoj_rs" readme = "README.md" keywords = ["emoji", "terminal"] license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [[bin]] name = "emojrs" path = "src/main.rs" [dependencies] arboard = "2.1.0" clap = "3.1.6" regex = "1.5.5" serde_json = "1.0.79" tuikit = "0.4.5"