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

difftreelog

source

crates/jrsonnet-interner/Cargo.toml374 Bsourcehistory
1[package]2name = "jrsonnet-interner"3description = "Jrsonnet string interning"4authors.workspace = true5edition.workspace = true6license.workspace = true7repository.workspace = true8version.workspace = true910[lints]11workspace = true1213[dependencies]14jrsonnet-gcmodule.workspace = true1516rustc-hash.workspace = true17hashbrown = { workspace = true, features = ["inline-more"] }