From f7071904397b03f25f8e56df1d5ca2f5bc445fd9 Mon Sep 17 00:00:00 2001 From: Alex Pasmantier <47638216+alexpasmantier@users.noreply.github.com> Date: Sun, 29 Dec 2024 02:14:20 +0100 Subject: [PATCH] chore: include cable channels (#166) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 443d255..2658490 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,6 +22,7 @@ include = [ "crates/television/**/*.rs", "build.rs", ".config/config.toml", + "cable", ] rust-version = "1.81"