mirror of
https://github.com/openharmony/third_party_rust_linux-raw-sys.git
synced 2026-07-19 21:24:35 -04:00
Exclude the .github directory in the published package.
The .github, .rustfmt.toml, and .gitignore files aren't needed by downstream users of the crate, so exclude them from the published package.
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ repository = "https://github.com/sunfishcode/linux-raw-sys"
|
||||
edition = "2018"
|
||||
keywords = ["linux", "uapi", "ffi"]
|
||||
categories = ["external-ffi-bindings"]
|
||||
exclude = ["gen"]
|
||||
exclude = ["/gen", "/.*"]
|
||||
|
||||
[dependencies]
|
||||
core = { version = "1.0.0", optional = true, package = "rustc-std-workspace-core" }
|
||||
|
||||
Reference in New Issue
Block a user