chore(crate): add include directives to Cargo.toml to make the crate leaner (#11)

This commit is contained in:
Alexandre Pasmantier 2024-11-11 13:52:20 +01:00 committed by GitHub
parent 62073d69cc
commit 7bc6f29c30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,6 +14,7 @@ categories = [
"concurrency",
"development-tools",
]
include = ["LICENSE", "README.md", "crates/television/**/*.rs", "build.rs"]
[[bin]]