diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,7 +11,9 @@ dependencies = [ "base64", "colored_json", "env_logger", + "lazy_static", "log", + "regex", "reqwest", "serde_json", "structopt", |