[package]
name = "kglite-cli"
version.workspace = true
edition = "2021"
authors = ["Kristian dF Kollsgård <kkollsg@gmail.com>"]
license = "MIT"
description = "Pure-Rust KGLite CLI: Cypher shell and offline code-review skill installer"
readme = "README.md"
repository = "https://github.com/kkollsga/kglite"
homepage = "https://github.com/kkollsga/kglite"
keywords = ["cypher", "repl", "shell", "knowledge-graph", "kglite"]
categories = ["database", "command-line-utilities"]
[[bin]]
name = "kglite"
path = "src/main.rs"
[dependencies]
kglite = { version = "0.14", path = "../kglite", default-features = false, features = ["okf"] }
rustyline = "18"
ctrlc = "3"
serde_json = "1"
csv = "1.4"
clap = { version = "4", features = ["derive"] }
anyhow = "1"
[dev-dependencies]
tempfile = "3"