Open urls
This commit is contained in:
parent
e7946333ad
commit
006eba0dfe
3 changed files with 59 additions and 14 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue