Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ edition = "2024" [dependencies] array_chunks = "1.0.0" -atools = "0.1.6" +atools = { git = "https://github.com/bend-n/atools", version = "0.1.7" } fimg = { git = "https://github.com/bend-n/fimg", features = [ "save", "real-show", |