atomic-cli 0.20.1

CLI tool to create, store, query, validate and convert Atomic Data
[package]
name = "atomic-cli"
version = "0.20.1"
authors = ["Joep Meindertsma <joep@argu.co>"]
edition = "2018"
license = "MIT"
description = "CLI tool to create, store, query, validate and convert Atomic Data"
readme = "README.md"
repository = "https://github.com/joepio/atomic"

[dependencies]
assert_cmd = "1.0.2"
atomic_lib = { version = "0.20.0", path = "../lib", features = ["config", "db", "rdf"] }
clap = "2.33.3"
colored = "2.0.0"
dirs = "3.0.1"
edit = "0.1.2"
promptly = "0.3.0"
regex = "1.4.2"