version 1.3.0, add dependencies

This commit is contained in:
Waveplate 2025-05-15 22:25:18 -07:00
parent 6ed797692e
commit 86d8167e94

View File

@ -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"] }