Added fork dependency

This commit is contained in:
cyber-sushi 2024-05-08 17:56:02 +02:00
parent 4529b0499c
commit 60731de5ef
2 changed files with 11 additions and 0 deletions

10
Cargo.lock generated
View file

@ -290,6 +290,15 @@ version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
[[package]]
name = "fork"
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60e74d3423998a57e9d906e49252fb79eb4a04d5cdfe188fb1b7ff9fc076a8ed"
dependencies = [
"libc",
]
[[package]]
name = "funty"
version = "2.0.0"
@ -577,6 +586,7 @@ name = "makima"
version = "0.6.6"
dependencies = [
"evdev",
"fork",
"hyprland",
"serde",
"swayipc-async",

View file

@ -13,3 +13,4 @@ hyprland = "<=0.3.9"
swayipc-async = "2.0.2"
x11rb = "0.13.0"
toml = "0.7.3"
fork = "0.1.23"