mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
interactive exec
This commit is contained in:
parent
e373f33cff
commit
f6b1010b55
4 changed files with 81 additions and 11 deletions
|
|
@ -5,11 +5,12 @@ authors = ["Robin Appelman <robin@icewind.nl>"]
|
|||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
bollard = "0.10"
|
||||
bollard = { version = "0.10", git = "https://github.com/icewind1991/bollard", branch = "exec-input" }
|
||||
color-eyre = "0.5"
|
||||
min-id = "0.1"
|
||||
maplit = "1"
|
||||
camino = "1"
|
||||
tokio = { version = "1" , features = ["fs", "macros"] }
|
||||
parse-display = "0.4"
|
||||
futures-util = "0.3"
|
||||
futures-util = "0.3"
|
||||
termion = "1"
|
||||
Loading…
Add table
Add a link
Reference in a new issue