quickpeep/quickpeep_utils/Cargo.toml

17 lines
388 B
TOML

[package]
name = "quickpeep_utils"
authors = ["Olivier 'reivilibre'"]
license = "MIT OR Apache-2.0"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chrono = "0.4.19"
lazy_static = "1.4.0"
anyhow = "1.0.56"
tokio = { version = "1.17.0", features = ["sync"] }
log = "0.4.14"
url = "2.2.2"