diff options
author | metamuffin <metamuffin@disroot.org> | 2023-08-02 15:08:43 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-08-02 15:08:43 +0200 |
commit | c81d8bbfd46d53fba6e0086b5f859f8af8639f4a (patch) | |
tree | 8088fcfad28e9fae3a0a70853b5fd12204cde35a /Cargo.lock | |
parent | 0d6a5fb84d3e0016c80baa1849612f550db31a81 (diff) | |
download | jellything-c81d8bbfd46d53fba6e0086b5f859f8af8639f4a.tar jellything-c81d8bbfd46d53fba6e0086b5f859f8af8639f4a.tar.bz2 jellything-c81d8bbfd46d53fba6e0086b5f859f8af8639f4a.tar.zst |
refactor admin panel
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -228,6 +228,17 @@ dependencies = [ ] [[package]] +name = "async-recursion" +version = "1.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0e97ce7de6cf12de5d7226c73f5ba9811622f4db3a5b91b55c53e987e5f91cba" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.28", +] + +[[package]] name = "async-std" version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1248,6 +1259,7 @@ dependencies = [ "aes-gcm-siv", "anyhow", "argon2", + "async-recursion", "async-std", "base64", "bincode 2.0.0-rc.3", |