git.delta.rocks / jrsonnet / refs/commits / 3003167c73cd

difftreelog

source

crates/jrsonnet-interner/Cargo.toml225 Bsourcehistory
1[package]2name = "jrsonnet-interner"3description = "Jrsonnet string interning"4version = "0.3.6"5authors = ["Yaroslav Bolyukin <iam@lach.pw>"]6edition = "2018"78[dependencies]9serde = { version = "1.0" }10rustc-hash = "1.1.0"