Skip to content

Commit

Permalink
Add licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
sbihel committed Jun 9, 2024
1 parent 44aaf86 commit ec47d61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ authors.workspace = true
edition.workspace = true
rust-version.workspace = true
version.workspace = true
license.workspace = true

[workspace]
members = [
Expand All @@ -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" }
Expand Down Expand Up @@ -66,4 +68,4 @@ thiserror.workspace = true
iref.workspace = true
rdf-types.workspace = true
locspan.workspace = true
utf8-decode = "1.0.1"
utf8-decode = "1.0.1"
1 change: 1 addition & 0 deletions layouts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ version.workspace = true
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true

[features]
default = []
Expand Down

0 comments on commit ec47d61

Please sign in to comment.