diff options
| author | Asko Nõmm <asko@nmm.ee> | 2026-04-29 21:09:33 +0300 |
|---|---|---|
| committer | Asko Nõmm <asko@nmm.ee> | 2026-04-29 21:09:33 +0300 |
| commit | 482bae0e04f9f83553366f2375fe489909c82599 (patch) | |
| tree | 800002d7f1d0be2eeb82d327e95bdf4b628a1835 /Cargo.lock | |
| parent | a6f72b1793d31845453da166d9cb9b9fc154cfe5 (diff) | |
Rename project to plasma-task-manager-notifications
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -139,7 +139,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" [[package]] -name = "notification-badge" +name = "once_cell_polyfill" +version = "1.70.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" + +[[package]] +name = "plasma-task-manager-notifications" version = "0.1.0" dependencies = [ "env_logger", @@ -149,12 +155,6 @@ dependencies = [ ] [[package]] -name = "once_cell_polyfill" -version = "1.70.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" - -[[package]] name = "portable-atomic" version = "1.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" |
