[package] name = "bayard-cli" version = "0.8.7" authors = ["Minoru Osuka "] edition = "2018" description = "Command line interface for Bayard." documentation = "https://bayard-search.github.io/bayard/" homepage = "https://github.com/bayard-search" repository = "https://github.com/bayard-search/bayard/bayard-cli" readme = "README.md" keywords = ["full-text", "search", "index", "cli"] categories = ["database"] license = "MIT" [[bin]] name = "bayard-cli" path = "src/main.rs" [dependencies] clap = "2.33" serde_json = "1.0" bayard-client = { version = "0.8.7", path = "../bayard-client" } bayard-common = { version = "0.8.7", path = "../bayard-common" }