git.delta.rocks / jrsonnet / refs/heads / master

difftreelog

source

cmds/jrsonnet-deps/Cargo.toml543 Bsourcehistory
1[package]2name = "jrsonnet-deps"3description = "Command-line tool that lists imports of a jsonnet file"4keywords = ["jsonnet", "dependencies", "cli"]5categories = ["command-line-utilities"]6authors.workspace = true7edition.workspace = true8license.workspace = true9repository.workspace = true10version.workspace = true1112[lints]13workspace = true1415[dependencies]16jrsonnet-evaluator.workspace = true17jrsonnet-ir.workspace = true18jrsonnet-ir-parser.workspace = true19jrsonnet-cli.workspace = true2021clap = { workspace = true, features = ["derive"] }