diff --git a/Cargo.toml b/Cargo.toml index c44d166..c22a010 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "img2irc-rs" -version = "1.1.1" +version = "1.3.0" authors = ["waveplate"] github = "https://github.com/waveplate/img2irc" repository = "https://github.com/waveplate/img2irc" @@ -30,6 +30,7 @@ photon-rs = { version = "0.3.2", default-features = false, git = "https://github clap = { version = "4.2.0", features = ["cargo", "derive"] } url = "2.3.1" atty = "0.2.14" +once_cell = "1.21.3" [target.'cfg(target_env = "musl")'.dependencies] openssl = { version = "0.10", features = ["vendored"] }