-
- Downloads
Cargo.toml: add colorize
... | @@ -10,3 +10,4 @@ clap = { version = "3.1.17", features = ["derive"] } | ... | @@ -10,3 +10,4 @@ clap = { version = "3.1.17", features = ["derive"] } |
globwalk = { version = "0.8.1" } | globwalk = { version = "0.8.1" } | ||
filetime = "0.2" | filetime = "0.2" | ||
imghdr = "0.7.0" | imghdr = "0.7.0" | ||
colored = "2.0.0" | |||
\ No newline at end of file |
Please register or sign in to comment