diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-23 18:20:26 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-23 18:20:26 +0200 |
commit | d5c2fcc184f764f9d4bb5846a1182c6014316bdc (patch) | |
tree | f4c3241b4a8b64aa30de39a7c057bf1ec9b99dbe /Cargo.lock | |
parent | fix(config/from_filesystem): Only create the parent of config paths (diff) | |
download | yt-d5c2fcc184f764f9d4bb5846a1182c6014316bdc.tar.gz yt-d5c2fcc184f764f9d4bb5846a1182c6014316bdc.zip |
feat(videos): Init
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index 7d69dbf..927cc05 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -970,6 +970,16 @@ dependencies = [ ] [[package]] +name = "nucleo-matcher" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bf33f538733d1a5a3494b836ba913207f14d9d4a1d3cd67030c5061bdd2cac85" +dependencies = [ + "memchr", + "unicode-segmentation", +] + +[[package]] name = "num-bigint-dig" version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -2356,6 +2366,7 @@ dependencies = [ "futures", "libmpv2", "log", + "nucleo-matcher", "regex", "serde", "serde_json", |