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.tomldiffbeforeafterboth1[package]2name = "jrsonnet-cli"3description = "Utilities for building jrsonnet CLIs"4version = "0.3.6"5authors = ["Yaroslav Bolyukin <iam@lach.pw>"]6edition = "2018"78[dependencies]9jrsonnet-evaluator = { path = "../../crates/jrsonnet-evaluator", version = "0.3.6", features = ["explaining-traces"] }10jrsonnet-parser = { path = "../../crates/jrsonnet-parser", version = "0.3.6" }1112[dependencies.clap]13git = "https://github.com/clap-rs/clap"14rev = "92f744cc49d12d32261010d355dc215a6d2487b9"crates/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]
crates/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]