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
before · Cargo.lock
42 packageslockfile v1
after · Cargo.lock
42 packageslockfile v1
modifiedcmds/jrsonnet/Cargo.tomldiffbeforeafterboth
--- a/cmds/jrsonnet/Cargo.toml
+++ b/cmds/jrsonnet/Cargo.toml
@@ -1,7 +1,9 @@
 [package]
 name = "jrsonnet"
+description = "Rust jsonnet implementation"
 version = "1.0.0"
 authors = ["Лач <iam@lach.pw>"]
+license = "MIT"
 edition = "2018"
 
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
modifiedcrates/jrsonnet-evaluator/Cargo.tomldiffbeforeafterboth
--- a/crates/jrsonnet-evaluator/Cargo.toml
+++ b/crates/jrsonnet-evaluator/Cargo.toml
@@ -1,7 +1,9 @@
 [package]
 name = "jrsonnet-evaluator"
+description = "jsonnet interpreter"
 version = "1.0.0"
 authors = ["Лач <iam@lach.pw>"]
+license = "MIT"
 edition = "2018"
 
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
modifiedcrates/jrsonnet-parser/Cargo.tomldiffbeforeafterboth
--- a/crates/jrsonnet-parser/Cargo.toml
+++ b/crates/jrsonnet-parser/Cargo.toml
@@ -1,7 +1,9 @@
 [package]
 name = "jrsonnet-parser"
+description = "jsonnet language parser and AST"
 version = "1.0.0"
 authors = ["Лач <iam@lach.pw>"]
+license = "MIT"
 edition = "2018"
 
 [features]
modifiedcrates/jrsonnet-stdlib/Cargo.tomldiffbeforeafterboth
--- a/crates/jrsonnet-stdlib/Cargo.toml
+++ b/crates/jrsonnet-stdlib/Cargo.toml
@@ -1,7 +1,9 @@
 [package]
 name = "jrsonnet-stdlib"
+description = "jsonnet standard library packaged as crate"
 version = "1.0.0"
 authors = ["Лач <iam@lach.pw>"]
+license = "MIT"
 edition = "2018"
 
 [features]