diff options
| author | rtkay123 <dev@kanjala.com> | 2026-04-06 18:00:34 +0200 |
|---|---|---|
| committer | rtkay123 <dev@kanjala.com> | 2026-04-06 18:00:34 +0200 |
| commit | d575e966a422ea87508ef5370b2904f4818c6773 (patch) | |
| tree | 171834a526674de5647631fbcb0aff1e0e7bdf9c /Cargo.lock | |
| parent | 3f708c5fffed105b27965f8e844a26de6bdf9662 (diff) | |
| download | sellershut-d575e966a422ea87508ef5370b2904f4818c6773.tar.bz2 sellershut-d575e966a422ea87508ef5370b2904f4818c6773.zip | |
feat(cache): connect
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -2365,6 +2365,8 @@ dependencies = [ "sha2 0.10.9", "smallvec", "thiserror 2.0.18", + "tokio", + "tokio-stream", "tracing", "url", ] @@ -2401,6 +2403,7 @@ dependencies = [ "sqlx-core", "sqlx-postgres", "syn", + "tokio", "url", ] @@ -2708,6 +2711,17 @@ dependencies = [ ] [[package]] +name = "tokio-stream" +version = "0.1.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70" +dependencies = [ + "futures-core", + "pin-project-lite", + "tokio", +] + +[[package]] name = "tokio-util" version = "0.7.18" source = "registry+https://github.com/rust-lang/crates.io-index" |
