git.delta.rocks / jrsonnet / refs/commits / 77689297a72f

difftreelog

build add license field

Yaroslav Bolyukin2021-04-30parent: #3003167.patch.diff
in: master

4 files changed

modifiedbindings/jsonnet/Cargo.tomldiffbeforeafterboth
--- a/bindings/jsonnet/Cargo.toml
+++ b/bindings/jsonnet/Cargo.toml
@@ -2,6 +2,7 @@
 name = "jsonnet"
 version = "0.3.6"
 authors = ["Yaroslav Bolyukin <iam@lach.pw>"]
+license = "MIT"
 edition = "2018"
 
 [dependencies]
modifiedcrates/jrsonnet-cli/Cargo.tomldiffbeforeafterboth
--- a/crates/jrsonnet-cli/Cargo.toml
+++ b/crates/jrsonnet-cli/Cargo.toml
@@ -3,6 +3,7 @@
 description = "Utilities for building jrsonnet CLIs"
 version = "0.3.6"
 authors = ["Yaroslav Bolyukin <iam@lach.pw>"]
+license = "MIT"
 edition = "2018"
 
 [dependencies]
modifiedcrates/jrsonnet-interner/Cargo.tomldiffbeforeafterboth
--- a/crates/jrsonnet-interner/Cargo.toml
+++ b/crates/jrsonnet-interner/Cargo.toml
@@ -3,6 +3,7 @@
 description = "Jrsonnet string interning"
 version = "0.3.6"
 authors = ["Yaroslav Bolyukin <iam@lach.pw>"]
+license = "MIT"
 edition = "2018"
 
 [dependencies]
modifiedcrates/jrsonnet-types/Cargo.tomldiffbeforeafterboth
3description = "Jrsonnet type system definition"3description = "Jrsonnet type system definition"
4version = "0.3.6"4version = "0.3.6"
5authors = ["Yaroslav Bolyukin <iam@lach.pw>"]5authors = ["Yaroslav Bolyukin <iam@lach.pw>"]
6license = "MIT"
6edition = "2018"7edition = "2018"
78
8[dependencies]9[dependencies]