diff options
Diffstat (limited to 'gifcheck/Cargo.toml')
-rw-r--r-- | gifcheck/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gifcheck/Cargo.toml b/gifcheck/Cargo.toml index 8ae0b40..5c63df7 100644 --- a/gifcheck/Cargo.toml +++ b/gifcheck/Cargo.toml @@ -7,3 +7,4 @@ license = "ISC" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +gifed = { path = "../gifed" } |