Skip to content

Commit 13cd6dc

Browse files
committed
Add licence to the -sys crates.
1 parent f26c11d commit 13cd6dc

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

crates/rlua-lua51-sys/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ readme = "README.md"
99
edition = "2018"
1010
links = "lua5.1"
1111
build = "build.rs"
12+
license = "MIT"
1213

1314
[dependencies]
1415
libc = "0.2"

crates/rlua-lua53-sys/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ readme = "README.md"
99
edition = "2018"
1010
links = "lua5.3"
1111
build = "build.rs"
12+
license = "MIT"
1213

1314
[dependencies]
1415
libc = "0.2"

crates/rlua-lua54-sys/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ readme = "README.md"
99
edition = "2018"
1010
links = "lua5.4"
1111
build = "build.rs"
12+
license = "MIT"
1213

1314
[dependencies]
1415
libc = "0.2"

0 commit comments

Comments
 (0)