From d5c2fcc184f764f9d4bb5846a1182c6014316bdc Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 23 Aug 2024 18:20:26 +0200 Subject: feat(videos): Init --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1670b2a..17f8e48 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,6 +43,7 @@ libmpv2 = { path = "./crates/libmpv2" } bytes = { path = "./crates/bytes" } trinitry = { version = "0.2.2" } toml = "0.8.19" +nucleo-matcher = "0.3.1" [[bin]] name = "yt" -- cgit 1.4.1