15 lines
323 B
TOML
15 lines
323 B
TOML
[package]
|
|
name = "quickpeep_utils"
|
|
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"
|