diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -18,7 +18,8 @@ lto = true [dependencies] clap = "2.29" +yansi = "0.4" actix = "0.7" -actix-web = "0.6" +actix-web = "0.7" simplelog = "0.5" base64 = "0.9" |