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
2022-04-01 16:32:12 +02:00

18 lines
248 B
TOML

[package]
name = "opal"
version = "0.2.1"
edition = "2021"
license = "GPL-3.0-or-later"
[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"