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

18 lines
248 B
TOML
Raw Permalink Normal View History

2021-11-12 20:39:24 +01:00
[package]
name = "opal"
2021-12-17 20:22:20 +01:00
version = "0.2.0"
2021-11-12 20:39:24 +01:00
edition = "2021"
2021-11-24 18:47:09 +01:00
license = "GPL-3.0-or-later"
2021-11-12 20:39:24 +01:00
[profile.release]
lto = true
[dependencies]
chrono = "0.4"
2021-11-12 20:39:24 +01:00
clap = "2.33"
env_logger = "0.9"
log = "0.4"
openssl = "0.10"
2021-11-12 20:39:24 +01:00
percent-encoding = "2.1"
url = "2.2"