diff options
| author | Lia Lenckowski <lialenck@protonmail.com> | 2024-11-27 15:59:54 +0100 |
|---|---|---|
| committer | Lia Lenckowski <lialenck@protonmail.com> | 2024-11-27 15:59:54 +0100 |
| commit | 4a278bb7fb9ba37240d2778132400a5e97b79917 (patch) | |
| tree | f88619823c9dfc720c99dfa64a856d958c15e4a0 /Cargo.lock | |
| parent | 58c1da21ec0e7a2a52cdc84469fe05d25bd94e13 (diff) | |
| download | embeddings-sort-4a278bb7fb9ba37240d2778132400a5e97b79917.tar embeddings-sort-4a278bb7fb9ba37240d2778132400a5e97b79917.tar.bz2 embeddings-sort-4a278bb7fb9ba37240d2778132400a5e97b79917.tar.zst | |
windows compat: replace xdg crate with dirs, and conditionally compile symlink output
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -521,6 +521,7 @@ dependencies = [ "ahash", "anyhow", "clap", + "dirs", "fastembed", "image", "indicatif", @@ -533,7 +534,6 @@ dependencies = [ "sha2", "sled", "typed-sled", - "xdg", ] [[package]] @@ -2712,12 +2712,6 @@ dependencies = [ ] [[package]] -name = "xdg" -version = "2.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "213b7324336b53d2414b2db8537e56544d981803139155afa84f76eeebb7a546" - -[[package]] name = "yoke" version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" |