mirror of
https://github.com/tribufu/sdk-rust
synced 2025-06-15 10:44:18 +00:00
Exclude some files from crate
This commit is contained in:
19
Cargo.toml
19
Cargo.toml
@ -9,6 +9,25 @@ readme = "README.md"
|
||||
edition = "2018"
|
||||
publish = true
|
||||
|
||||
exclude = [
|
||||
".cargo/",
|
||||
".github/",
|
||||
".vscode/",
|
||||
"Config/",
|
||||
"Documentation/",
|
||||
"Examples/C",
|
||||
"Examples/Cpp",
|
||||
"Examples/CSharp",
|
||||
"Scripts/",
|
||||
"Vendor/",
|
||||
".editorconfig",
|
||||
".gitattributes",
|
||||
".gitmodules",
|
||||
"GenerateProjectFiles.*",
|
||||
"premake5.lua",
|
||||
"*.code-workspace",
|
||||
]
|
||||
|
||||
[lib]
|
||||
name="TribuFu"
|
||||
crate-type = ["staticlib", "cdylib", "rlib"]
|
||||
|
Reference in New Issue
Block a user