dece
237959fb42
Rustls is fine but it's hard to change the default "secure" behaviour for Gemini usage. Not that Gemini is unsecure but things like self-signed client certificates should not be such a stupidly hard thing to accept.
17 lines
219 B
TOML
17 lines
219 B
TOML
[package]
|
|
name = "opal"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[profile.release]
|
|
lto = true
|
|
|
|
[dependencies]
|
|
chrono = "0.4"
|
|
clap = "2.33"
|
|
env_logger = "0.9"
|
|
log = "0.4"
|
|
openssl = "0.10"
|
|
percent-encoding = "2.1"
|
|
url = "2.2"
|