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

difftreelog

source

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