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

difftreelog

source

Cargo.toml1.0 KiBsourcehistory
1[workspace]2package.version = "0.5.0-pre8"3package.repository = "https://github.com/CertainLach/jrsonnet"4members = ["crates/*", "bindings/jsonnet", "cmds/jrsonnet", "tests"]5default-members = ["cmds/jrsonnet"]67[workspace.dependencies]8jrsonnet-evaluator = { path = "./crates/jrsonnet-evaluator", version = "0.5.0-pre8" }9jrsonnet-macros = { path = "./crates/jrsonnet-macros", version = "0.5.0-pre8" }10jrsonnet-parser = { path = "./crates/jrsonnet-parser", version = "0.5.0-pre8" }11jrsonnet-interner = { path = "./crates/jrsonnet-interner", version = "0.5.0-pre8" }12jrsonnet-stdlib = { path = "./crates/jrsonnet-stdlib", version = "0.5.0-pre8" }13jrsonnet-cli = { path = "./crates/jrsonnet-cli", version = "0.5.0-pre8" }14jrsonnet-types = { path = "./crates/jrsonnet-types", version = "0.5.0-pre8" }1516jrsonnet-gcmodule = "0.3.5"1718#[profile.test]19#opt-level = 12021[profile.release]22opt-level = 323lto = "fat"24codegen-units = 125debug = 026panic = "abort"27strip = true2829[profile.releasedebug]30inherits = "release"31debug = 232panic = "unwind"33strip = false