mirror of
https://github.com/tribufu/tribufu-rust
synced 2026-06-01 09:42:37 +00:00
Exclude some files from crate
This commit is contained in:
parent
122b23e1c7
commit
575d5c7024
1 changed files with 19 additions and 0 deletions
19
Cargo.toml
19
Cargo.toml
|
|
@ -9,6 +9,25 @@ readme = "README.md"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
publish = true
|
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]
|
[lib]
|
||||||
name="TribuFu"
|
name="TribuFu"
|
||||||
crate-type = ["staticlib", "cdylib", "rlib"]
|
crate-type = ["staticlib", "cdylib", "rlib"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue