diff options
| author | metamuffin <metamuffin@disroot.org> | 2025-11-30 12:32:44 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2025-11-30 12:32:44 +0100 |
| commit | 8174d129fbabd2d39323678d11d868893ddb429a (patch) | |
| tree | 7979a528114cd5fb827f748f678a916e8e8eeddc /cache/Cargo.toml | |
| parent | 5db15c323d76dca9ae71b0204d63dcb09fbbcbc5 (diff) | |
| download | jellything-8174d129fbabd2d39323678d11d868893ddb429a.tar jellything-8174d129fbabd2d39323678d11d868893ddb429a.tar.bz2 jellything-8174d129fbabd2d39323678d11d868893ddb429a.tar.zst | |
new sync cache
Diffstat (limited to 'cache/Cargo.toml')
| -rw-r--r-- | cache/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cache/Cargo.toml b/cache/Cargo.toml index c171147..412b1f2 100644 --- a/cache/Cargo.toml +++ b/cache/Cargo.toml @@ -8,7 +8,6 @@ base64 = "0.22.1" humansize = "2.1.3" anyhow = "1.0.100" log = { workspace = true } -tokio = { workspace = true } sha2 = "0.10.9" rand = "0.9.2" serde = "1.0.228" |