[package] name = "know-thy-shell" version = "0.1.12" authors = ["Marius Seritan "] edition = "2018" description = "Command line tool for know-thy-shell.info" repository = "https://github.com/know-thy-shell/kts-rs" license = "MIT" readme = "README.md" [[bin]] bench = false path = "src/main.rs" name = "kts" [dependencies] clap = "2" kts-etl = {path = "kts-etl", version = "0.1"} kts-analyze = {path = "kts-analyze", version = "0.1"} [dependencies.datafusion] version = "0.14" default_features = false [dependencies.arrow] version = "0.14" [workspace] members = [ "kts-etl", "kts-analyze" ] exclude = [ "know-py-shell" ]