mirror of
https://github.com/waveplate/img2irc.git
synced 2025-06-07 18:59:53 +00:00
version 1.3.0, add dependencies
This commit is contained in:
parent
6ed797692e
commit
86d8167e94
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "img2irc-rs"
|
name = "img2irc-rs"
|
||||||
version = "1.1.1"
|
version = "1.3.0"
|
||||||
authors = ["waveplate"]
|
authors = ["waveplate"]
|
||||||
github = "https://github.com/waveplate/img2irc"
|
github = "https://github.com/waveplate/img2irc"
|
||||||
repository = "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"] }
|
clap = { version = "4.2.0", features = ["cargo", "derive"] }
|
||||||
url = "2.3.1"
|
url = "2.3.1"
|
||||||
atty = "0.2.14"
|
atty = "0.2.14"
|
||||||
|
once_cell = "1.21.3"
|
||||||
|
|
||||||
[target.'cfg(target_env = "musl")'.dependencies]
|
[target.'cfg(target_env = "musl")'.dependencies]
|
||||||
openssl = { version = "0.10", features = ["vendored"] }
|
openssl = { version = "0.10", features = ["vendored"] }
|
||||||
|
Loading…
Reference in New Issue
Block a user