21 lines
586 B
TOML
21 lines
586 B
TOML
|
[package]
|
||
|
name = "nzz-download"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
license = { workspace = true }
|
||
|
authors = { workspace = true }
|
||
|
repository = { workspace = true }
|
||
|
|
||
|
[dependencies]
|
||
|
anyhow = { workspace = true }
|
||
|
clap = { workspace = true }
|
||
|
lopdf = "0.32.0"
|
||
|
reqwest = { version = "0.12.5", features = ["json"] }
|
||
|
serde = { version = "1.0.203", features = ["derive"] }
|
||
|
serde_json = { workspace = true }
|
||
|
tempfile = "3.10.1"
|
||
|
tokio = { workspace = true }
|
||
|
time = { version = "0.3.36", features = ["macros", "serde", "formatting", "parsing" ] }
|
||
|
tracing = "0.1.40"
|
||
|
tracing-subscriber = "0.3.18"
|