git.delta.rocks / jrsonnet / refs/commits / 94fa86f59bc6

difftreelog

source

crates/jrsonnet-interner/Cargo.toml323 Bsourcehistory
1[package]2name = "jrsonnet-interner"3description = "Jrsonnet string interning"4version = "0.4.2"5authors = ["Yaroslav Bolyukin <iam@lach.pw>"]6license = "MIT"7edition = "2021"89[dependencies]10serde = { version = "1.0" }11rustc-hash = "1.1"12gcmodule = { git = "https://github.com/CertainLach/gcmodule", branch = "jrsonnet" }