aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 447fc70165332d78d3353d87f8074bea9ab8b22e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "safaribooks-rs"
version = "0.1.0"
edition = "2024"

[dependencies]
anyhow = "1.0"
clap = { version = "4.5", features = ["derive"] }
colored = "3.1.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tracing = "0.1.44"
tracing-subscriber = { version = "0.3.22", features = ["env-filter", "fmt"] }