mirror of
https://gitee.com/openharmony/third_party_rust_syn
synced 2024-11-23 07:50:04 +00:00
Include benches and tests in published crate
Gitignore rules apply, so tests/rust/... will not be included.
This commit is contained in:
parent
2e918f9548
commit
6897bc256b
@ -9,12 +9,14 @@ documentation = "https://docs.rs/syn"
|
||||
categories = ["development-tools::procedural-macro-helpers"]
|
||||
readme = "README.md"
|
||||
include = [
|
||||
"/benches/**",
|
||||
"/build.rs",
|
||||
"/Cargo.toml",
|
||||
"/LICENSE-APACHE",
|
||||
"/LICENSE-MIT",
|
||||
"/README.md",
|
||||
"/src/**/*.rs",
|
||||
"/src/**",
|
||||
"/tests/**",
|
||||
]
|
||||
|
||||
[features]
|
||||
|
Loading…
Reference in New Issue
Block a user