aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2023-08-27 07:37:36 +0400
committerIvan Molodetskikh <yalterz@gmail.com>2023-08-27 07:37:36 +0400
commitd268cfcf9f2d86a58456f3f3b946a763d1cc6140 (patch)
tree6b086ff15246e3a68c3e5a7052f8adcf50dfeb62 /Cargo.lock
parent99484afe526dde4c04050f0ea7c98dc63f444fdf (diff)
downloadniri-d268cfcf9f2d86a58456f3f3b946a763d1cc6140.tar.gz
niri-d268cfcf9f2d86a58456f3f3b946a763d1cc6140.tar.bz2
niri-d268cfcf9f2d86a58456f3f3b946a763d1cc6140.zip
Add initial session / systemd integration
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f01f6e80..97e854a4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -813,6 +813,7 @@ dependencies = [
"clap",
"keyframe",
"profiling",
+ "sd-notify",
"smithay",
"smithay-drm-extras",
"tracing",
@@ -1187,6 +1188,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
[[package]]
+name = "sd-notify"
+version = "0.4.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "621e3680f3e07db4c9c2c3fb07c6223ab2fab2e54bd3c04c3ae037990f428c32"
+
+[[package]]
name = "sharded-slab"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"