Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -6,8 +6,10 @@ edition = "2024" [dependencies] array_chunks = "1.0.0" atools = "0.1.6" -fimg = { path = "../fimg", features = ["real-show", "save"] } -# fimg = { git = "https://github.com/bend-n/fimg" } +fimg = { git = "https://github.com/bend-n/fimg", features = [ + "save", + "real-show", +] } implicit-fn = "0.1.0" lower = "0.2.0" lru-cache = "0.1.2" |