chore: include cable channels (#166)

This commit is contained in:
Alex Pasmantier 2024-12-29 02:14:20 +01:00 committed by GitHub
parent 1bc6f12782
commit f707190439
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,6 +22,7 @@ include = [
"crates/television/**/*.rs", "crates/television/**/*.rs",
"build.rs", "build.rs",
".config/config.toml", ".config/config.toml",
"cable",
] ]
rust-version = "1.81" rust-version = "1.81"