clippable/clippable-cli/Cargo.toml
shockrah 42924e8419 + CLI Tool for clippable
! Not yet tested however there really isn't much code to test at all
2021-09-06 21:28:28 -07:00

16 lines
339 B
TOML

[package]
name = "clippable-cli"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0" }
# For commanline parsing
clap = "2.33.3"
dblib = { path = "../dblib" }