-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
24 lines (22 loc) · 745 Bytes
/
Cargo.toml
File metadata and controls
24 lines (22 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "hosthog"
version = "0.3.0"
edition = "2021"
description = "announce which resources you need on collaboratively used linux hosts"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
# sheets = "0.4"
clap = { version = "4", features = [ "derive" ] }
# google-authz = "0.0.2"
dateparser = "0.2"
duration-str = "0.5"
chrono = { version = "0.4", features = ["serde"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_yaml = "0.9"
libc = "0.2"
nix = { version = "0.27", features = ["mount"] }
netstat = "0.7"
once_cell = "1.19"
zbus_systemd = { version = "0.25600", features = ["systemd1"] }
tokio = { version = "1.38", features = ["full"] }