[package] authors = ["Leko "] categories = ["command-line-interface"] description = "CLI for Goya" edition = "2018" license = "Apache-2.0 OR MIT" name = "goya-cli" repository = "https://github.com/Leko/goya" version = "0.1.9" [[bin]] name = "goya" path = "src/main.rs" [dependencies] bytesize = {version = "1.1.0", features = ["serde"]} clap = "3.0.0-beta.5" console = "0.14" dirs = "4.0" futures = "0.3.17" goya = {version = "^0.1.9", path = "../goya"} goya-ipadic = {version = "^0.1.9", path = "../ipadic"} indexmap = {version = "1.7", features = ["serde"]} rkyv = {version = "0.7.19", features = ["indexmap"]} rmp-serde = "1.0.0-beta.2"