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

difftreelog

chore add licenses and descriptions

Лач2020-06-27parent: #20f9304.patch.diff
in: master

5 files changed

modifiedCargo.lockdiffbeforeafterboth
122122
123[[package]]123[[package]]
124name = "jrsonnet"124name = "jrsonnet"
125version = "0.1.0"125version = "1.0.0"
126dependencies = [126dependencies = [
127 "annotate-snippets",127 "annotate-snippets",
128 "clap",128 "clap",
133133
134[[package]]134[[package]]
135name = "jrsonnet-evaluator"135name = "jrsonnet-evaluator"
136version = "0.1.0"136version = "1.0.0"
137dependencies = [137dependencies = [
138 "bincode",138 "bincode",
139 "closure",139 "closure",
147147
148[[package]]148[[package]]
149name = "jrsonnet-parser"149name = "jrsonnet-parser"
150version = "0.1.0"150version = "1.0.0"
151dependencies = [151dependencies = [
152 "jrsonnet-stdlib",152 "jrsonnet-stdlib",
153 "peg",153 "peg",
159159
160[[package]]160[[package]]
161name = "jrsonnet-stdlib"161name = "jrsonnet-stdlib"
162version = "0.1.0"162version = "1.0.0"
163163
164[[package]]164[[package]]
165name = "lazy_static"165name = "lazy_static"
modifiedcmds/jrsonnet/Cargo.tomldiffbeforeafterboth
1[package]1[package]
2name = "jrsonnet"2name = "jrsonnet"
3description = "Rust jsonnet implementation"
3version = "1.0.0"4version = "1.0.0"
4authors = ["Лач <iam@lach.pw>"]5authors = ["Лач <iam@lach.pw>"]
6license = "MIT"
5edition = "2018"7edition = "2018"
68
7# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html9# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
modifiedcrates/jrsonnet-evaluator/Cargo.tomldiffbeforeafterboth
1[package]1[package]
2name = "jrsonnet-evaluator"2name = "jrsonnet-evaluator"
3description = "jsonnet interpreter"
3version = "1.0.0"4version = "1.0.0"
4authors = ["Лач <iam@lach.pw>"]5authors = ["Лач <iam@lach.pw>"]
6license = "MIT"
5edition = "2018"7edition = "2018"
68
7# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html9# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
modifiedcrates/jrsonnet-parser/Cargo.tomldiffbeforeafterboth
1[package]1[package]
2name = "jrsonnet-parser"2name = "jrsonnet-parser"
3description = "jsonnet language parser and AST"
3version = "1.0.0"4version = "1.0.0"
4authors = ["Лач <iam@lach.pw>"]5authors = ["Лач <iam@lach.pw>"]
6license = "MIT"
5edition = "2018"7edition = "2018"
68
7[features]9[features]
modifiedcrates/jrsonnet-stdlib/Cargo.tomldiffbeforeafterboth
1[package]1[package]
2name = "jrsonnet-stdlib"2name = "jrsonnet-stdlib"
3description = "jsonnet standard library packaged as crate"
3version = "1.0.0"4version = "1.0.0"
4authors = ["Лач <iam@lach.pw>"]5authors = ["Лач <iam@lach.pw>"]
6license = "MIT"
5edition = "2018"7edition = "2018"
68
7[features]9[features]