Skip to content

Commit bf5373b

Browse files
a-waiDrakulix
authored andcommitted
gbm-sys: ensure license file is published
As the license file is present at the root of the repository, it isn't part of the `gbm-sys` crate on crates.io, as it lies in a subfolder. Ensure this file is published by instructing cargo where to find it.
1 parent 2b4047f commit bf5373b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gbm-sys/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ repository = "https://github.com/Drakulix/gbm.rs/tree/master/gbm-sys"
99
keywords = ["gbm", "bindings"]
1010
categories = ["external-ffi-bindings"]
1111
license = "MIT"
12+
license-file = "../LICENSE"
1213
edition = "2021"
1314

1415
[lib]

0 commit comments

Comments
 (0)