summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAsko Nõmm <asko@nmm.ee>2026-04-29 21:09:33 +0300
committerAsko Nõmm <asko@nmm.ee>2026-04-29 21:09:33 +0300
commit482bae0e04f9f83553366f2375fe489909c82599 (patch)
tree800002d7f1d0be2eeb82d327e95bdf4b628a1835 /Cargo.lock
parenta6f72b1793d31845453da166d9cb9b9fc154cfe5 (diff)
Rename project to plasma-task-manager-notifications
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock14
1 files changed, 7 insertions, 7 deletions
diff --git a/Cargo.lock b/Cargo.lock
index afec31e..b35a84c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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"