This repository has been archived on 2024-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
Opal/Cargo.toml
dece 237959fb42 use OpenSSL bindings instead of Rustls
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.
2021-11-24 12:15:08 +01:00

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"