Open urls

This commit is contained in:
John Doty 2022-10-12 17:44:36 -07:00
parent e7946333ad
commit 006eba0dfe
3 changed files with 59 additions and 14 deletions

View file

@ -9,10 +9,11 @@ edition = "2021"
anyhow = "1.0"
bytes = "1"
crossterm = { version = "0.25", features = ["event-stream"] }
log = { version = "0.4", features = ["std"] }
open = "3"
thiserror = "1.0"
tokio = { version = "1", features = ["full"] }
tokio-stream = "0.1"
log = { version = "0.4", features = ["std"] }
[target.'cfg(target_os="linux")'.dependencies]
procfs = "0.14.1"