summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/ui/Cargo.toml1
-rw-r--r--tests/version-sync/Cargo.toml1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/ui/Cargo.toml b/tests/ui/Cargo.toml
index 3d601d03..2d823191 100644
--- a/tests/ui/Cargo.toml
+++ b/tests/ui/Cargo.toml
@@ -3,6 +3,7 @@ name = "tests-ui"
version = "0.10.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
edition = "2018"
+license = "LGPL-2.1"
# We do not publish this crate because it contains tests which should only be
# available during development and CI runs, but there's nothing that a user of
diff --git a/tests/version-sync/Cargo.toml b/tests/version-sync/Cargo.toml
index 64f4a95a..f6987af5 100644
--- a/tests/version-sync/Cargo.toml
+++ b/tests/version-sync/Cargo.toml
@@ -3,6 +3,7 @@ name = "version-sync"
version = "0.10.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
edition = "2018"
+license = "LGPL-2.1"
# We do not publish this crate because it contains tests which should only be
# available during development and CI runs, but there's nothing that a user of