mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-06 19:35:13 +02:00
fix: Exclude 'docs/' directory from package inclusion in Cargo.toml (#34)
This commit is contained in:
parent
1bbe4b1cfb
commit
c4ce08b452
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ exclude = [
|
|||
"tests/",
|
||||
"benches/",
|
||||
"examples/",
|
||||
"docs/",
|
||||
]
|
||||
|
||||
autoexamples = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue