diff options
Diffstat (limited to 'gifprobe')
-rw-r--r-- | gifprobe/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gifprobe/Cargo.toml b/gifprobe/Cargo.toml index 96e76a5..157d47e 100644 --- a/gifprobe/Cargo.toml +++ b/gifprobe/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "gifprobe" version = "0.1.0" -authors = ["Genevive <gen@nyble.dev"] +authors = ["gennyble <gen@nyble.dev"] edition = "2018" -license = "CC0-1.0" +license = "ISC" description = "Print the details of a gif to stdout; ffprobe for gif" repository = "https://github.com/genuinebyte/gifed" @@ -11,4 +11,4 @@ repository = "https://github.com/genuinebyte/gifed" [dependencies] owo-colors = "2.0.0" -gifed = { path = "../gifed" } \ No newline at end of file +gifed = { path = "../gifed" } |