diff options
author | notgne2 | 2020-11-22 20:03:04 -0700 |
---|---|---|
committer | notgne2 | 2020-11-22 20:03:04 -0700 |
commit | 45e99a75f968820a0bd14367f70580b51f20a14e (patch) | |
tree | bb5c7ff50755879ba5b53e76f29e9ec681d29852 /Cargo.toml | |
parent | cb50d98884f786a3e2aa40befa6ebf1ef2be90da (diff) |
Partially add deployment confirmation utilities (for #4)
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -24,6 +24,8 @@ inotify = "0.8" futures-util = "0.3.6" fork = "0.1" thiserror = "1.0" +toml = "0.5" +yn = "0.1" [[bin]] |