difftreelog
build add license field
in: master
4 files changed
bindings/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]
crates/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]
crates/jrsonnet-interner/Cargo.tomldiffbeforeafterbothcrates/jrsonnet-types/Cargo.tomldiffbeforeafterboth--- a/crates/jrsonnet-types/Cargo.toml
+++ b/crates/jrsonnet-types/Cargo.toml
@@ -3,6 +3,7 @@
description = "Jrsonnet type system definition"
version = "0.3.6"
authors = ["Yaroslav Bolyukin <iam@lach.pw>"]
+license = "MIT"
edition = "2018"
[dependencies]