diff options
author | 2025-02-24 15:06:58 +0000 | |
---|---|---|
committer | 2025-02-24 15:06:58 +0000 | |
commit | 5a2fae397cb0269cdb2b9ce5ded742a78d58cdef (patch) | |
tree | 8e49ebebef9cb12899a3d45c4d12491677184a39 /Cargo.toml | |
parent | 0ae95d1e7da3e7aede41cccb840d26fe2b9763e0 (diff) | |
download | macaw-5a2fae397cb0269cdb2b9ce5ded742a78d58cdef.tar.gz macaw-5a2fae397cb0269cdb2b9ce5ded742a78d58cdef.tar.bz2 macaw-5a2fae397cb0269cdb2b9ce5ded742a78d58cdef.zip |
implement log-in modal
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,4 +11,4 @@ tokio = "1.43.0" tokio-stream = "0.1.17" tracing-subscriber = "0.3.19" tracing = "0.1.41" - +secret-service = { version = "4.0.0", features = ["rt-tokio-crypto-rust"] } |