[package] name = "dictionary-cli" description = "Find definition of words in terminal" readme = "README.md" repository = "https://github.com/Nguyen-Hoang-Nam/dictionary-cli" keywords = ["cli", "rust"] version = "0.1.0" authors = ["Nguyen Hoang Nam "] edition = "2018" license = "MIT" license-file = "LICENSE" exclude = [ "img/*" ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = {version = "1.0.0", features = ["derive"]} serde_json = "1.0" reqwest = {version = "0.11.0", features = ["json"]} tokio = {version = "1.5.0", features = ["full"]} savefile = "0.7" termcolor = "1.1"