From ec47d61f64d92965c0f10c4000a71baafdce1a32 Mon Sep 17 00:00:00 2001 From: Simon Bihel Date: Sun, 9 Jun 2024 16:37:53 +0100 Subject: [PATCH] Add licenses --- Cargo.toml | 4 +++- layouts/Cargo.toml | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 63d5397..5b50986 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ authors.workspace = true edition.workspace = true rust-version.workspace = true version.workspace = true +license.workspace = true [workspace] members = [ @@ -20,6 +21,7 @@ authors = ["Spruce Systems Inc."] edition = "2021" rust-version = "1.74.0" version = "0.2.0" +license = "Apache-2.0 OR MIT" [workspace.dependencies] treeldr-layouts = { path = "layouts", version = "0.2.0" } @@ -66,4 +68,4 @@ thiserror.workspace = true iref.workspace = true rdf-types.workspace = true locspan.workspace = true -utf8-decode = "1.0.1" \ No newline at end of file +utf8-decode = "1.0.1" diff --git a/layouts/Cargo.toml b/layouts/Cargo.toml index fa00409..3cd47ff 100644 --- a/layouts/Cargo.toml +++ b/layouts/Cargo.toml @@ -5,6 +5,7 @@ version.workspace = true authors.workspace = true edition.workspace = true rust-version.workspace = true +license.workspace = true [features] default = []