fix geteuid

This commit is contained in:
timeshifter
2026-05-16 12:49:42 +02:00
parent a30e0f4a8c
commit 33591fa2bf
3 changed files with 11 additions and 3 deletions
+1
View File
@@ -5,5 +5,6 @@ edition = "2024"
[dependencies]
anyhow = "1.0.98"
libc = "0.2.186"
serde = { version = "1.0", features = ["derive"] }
toml = "0.9.2"