[package] name = "velvet-cli" version = "0.1.2" authors = ["Seaton Ullberg "] description = "Command line tool built on top of the Velvet API" license = "MIT" repository = "https://github.com/seatonullberg/velvet" edition = "2018" [dependencies] clap = "2.33" ron = "0.6" velvet-core = { path = "../core", version = "0.4.0" } velvet-external-data = { path = "../external-data", version = "0.1.0" } [[bin]] name = "velvet" path = "src/main.rs"