Skip to content

Commit e8aa2ed

Browse files
authored
Update Cargo.toml
1 parent 472a17f commit e8aa2ed

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

core/Cargo.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ description = "Core daemon for Security Mode, managing sandboxes and profiles."
99
tokio = { version = "1", features = ["full"] }
1010
serde = { version = "1.0", features = ["derive"] }
1111
serde_json = "1.0"
12-
notify = "6.1" # For file watching
13-
nix = "0.29" # For system calls, namespaces, etc.
14-
cgroups-rs = "0.3" # For cgroups
15-
zbus = "4.0" # For DBus, if we implement it later
16-
anyhow = "1.0" # For error handling
12+
notify = "6.1" # For file watching
13+
nix = { version = "0.29", features = ["sched", "process"] } # For system calls, namespaces, etc.
14+
cgroups-rs = "0.3" # For cgroups
15+
zbus = "4.0" # For DBus, if we implement it later
16+
anyhow = "1.0" # For error handling
1717
log = "0.4"
1818
env_logger = "0.11"
19+
chrono = "0.4"

0 commit comments

Comments
 (0)