Skip to content

Commit 3b854e1

Browse files
committed
cargo: Add license file
Solves: #341 Check with: cargo package --list -p framework_lib | grep LICENSE.md Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent ab7fa58 commit 3b854e1

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

framework_lib/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ homepage = "https://github.com/FrameworkComputer/framework-system"
66
repository = "https://github.com/FrameworkComputer/framework-system"
77
readme = "../README.md"
88
license = "BSD-3-Clause"
9+
license-file = "../LICENSE.md"
910
edition = "2021"
1011
# Minimum Supported Rust Version
1112
rust-version = "1.81"

framework_tool/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ homepage = "https://github.com/FrameworkComputer/framework-system"
66
repository = "https://github.com/FrameworkComputer/framework-system"
77
readme = "../README.md"
88
license = "BSD-3-Clause"
9+
license-file = "../LICENSE.md"
910
edition = "2021"
1011

1112
[[bin]]

0 commit comments

Comments
 (0)