forked from DGNum/colmena
Redesign deployment process (again)
We now ship Events from different parts of the deployment process via a channel to a job monitor.
This commit is contained in:
parent
5c84134af3
commit
0cb3f8e968
30 changed files with 2861 additions and 1410 deletions
|
@ -17,6 +17,7 @@ env_logger = "0.8.2"
|
|||
futures = "0.3.8"
|
||||
glob = "0.3.0"
|
||||
hostname = "0.3.1"
|
||||
itertools = "0.10.1"
|
||||
lazy_static = "1.4.0"
|
||||
libc = "0.2.81"
|
||||
log = "0.4.11"
|
||||
|
@ -30,6 +31,7 @@ snafu = "0.6.10"
|
|||
tempfile = "3.1.0"
|
||||
tokio-test = "0.4.0"
|
||||
users = "0.11.0"
|
||||
uuid = { version = "0.8.2", features = ["serde", "v4"] }
|
||||
validator = { version = "0.12", features = ["derive"] }
|
||||
|
||||
# For https://github.com/mitsuhiko/indicatif/pull/325
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue