fix: Exclude 'docs/' directory from package inclusion in Cargo.toml (#34)

This commit is contained in:
Eli Peter 2026-02-25 21:29:26 -05:00 committed by GitHub
parent 1bbe4b1cfb
commit c4ce08b452
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,6 +21,7 @@ exclude = [
"tests/",
"benches/",
"examples/",
"docs/",
]
autoexamples = false