1[package]2name = "jrsonnet-deps"3description = "List dependencies of a jsonnet file"4authors.workspace = true5edition.workspace = true6license.workspace = true7repository.workspace = true8version.workspace = true910[lints]11workspace = true1213[dependencies]14jrsonnet-evaluator.workspace = true15jrsonnet-ir.workspace = true16jrsonnet-ir-parser.workspace = true17jrsonnet-cli.workspace = true1819clap = { workspace = true, features = ["derive"] }difftreelog
source
cmds/jrsonnet-deps/Cargo.toml438 Bsourcehistory