mirror of
https://gitee.com/openharmony/third_party_rust_syn
synced 2024-11-23 07:50:04 +00:00
Ship build.rs to crates.io
This commit is contained in:
parent
d9d5b25b9d
commit
de32b4769f
@ -8,7 +8,14 @@ repository = "https://github.com/dtolnay/syn"
|
||||
documentation = "https://docs.rs/syn"
|
||||
categories = ["development-tools::procedural-macro-helpers"]
|
||||
readme = "README.md"
|
||||
include = ["/Cargo.toml", "/src/**/*.rs", "/README.md", "/LICENSE-APACHE", "/LICENSE-MIT"]
|
||||
include = [
|
||||
"/build.rs",
|
||||
"/Cargo.toml",
|
||||
"/LICENSE-APACHE",
|
||||
"/LICENSE-MIT",
|
||||
"/README.md",
|
||||
"/src/**/*.rs",
|
||||
]
|
||||
|
||||
[lib]
|
||||
name = "syn"
|
||||
|
Loading…
Reference in New Issue
Block a user