Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,8 +5,8 @@ edition = "2024" [dependencies] array_chunks = "1.0.0" -atools = { git = "https://github.com/bend-n/atools", version = "0.1.7" } -fimg = { git = "https://github.com/bend-n/fimg", features = ["save"] } +atools = { git = "https://git.bendn.org/atools", version = "0.1.7" } +fimg = { git = "https://git.bendn.org/fimg", features = ["save"] } implicit-fn = "0.1.0" itertools = "0.14.0" lower = "0.2.0" |