git.delta.rocks / jrsonnet / refs/commits / de9f0cb0f75a

difftreelog

source

crates/jrsonnet-pkg/Cargo.toml649 Bsourcehistory
1[package]2name = "jrsonnet-pkg"3description = "jsonnet-bundler jsonnetfile parser and installer"4authors.workspace = true5edition.workspace = true6license.workspace = true7repository.workspace = true8version.workspace = true910[lints]11workspace = true1213[dependencies]14serde = { workspace = true, features = ["derive"] }15serde_json.workspace = true16thiserror.workspace = true17tracing.workspace = true1819# Source url parser20peg.workspace = true2122# Gix for git repos, reqwest + zip for github23gix.workspace = true24reqwest.workspace = true25zip.workspace = true26url.workspace = true27camino.workspace = true2829# Global cache dir30directories.workspace = true