[package] name = "lockspot" authors = ["chee "] description = "let's ask package-lock some questions" homepage = "https://git.snoot.club/chee/lockspot.rs" repository = "https://git.snoot.club/chee/lockspot.rs" edition = "2018" version = "0.0.5" license = "GPL-3.0+" readme = "README.md" [[bin]] name = "lockspot" path = "src/lockspot.rs" [dependencies] atty = "0.2" clap = "2" regex = "1" serde_json = "1" [dependencies.serde] features = ["derive"] version = "1" [lib] name = "lockspot" path = "src/lib.rs"