Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -5,6 +5,11 @@ edition = "2024" [dependencies] atools = "0.1.6" -fimg = "0.4.45" +fimg = { path = "../fimg" } +# fimg = { git = "https://github.com/bend-n/fimg" } implicit-fn = "0.1.0" swash = "0.2.5" + +[[test]] +name = "test" +harness = false |