aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorA Farzat <a@farzat.xyz>2026-03-06 13:00:51 +0300
committerA Farzat <a@farzat.xyz>2026-03-07 09:26:03 +0300
commit8c1629670614f639df8a43d4730d025fe4dcdfb8 (patch)
tree913846e615ea764648c9333e521b0b814c6fb1e9 /Cargo.toml
parentc98b360d611c37315c9c5330089a1d91dbb2021c (diff)
downloadoreilly-epub-8c1629670614f639df8a43d4730d025fe4dcdfb8.tar.gz
oreilly-epub-8c1629670614f639df8a43d4730d025fe4dcdfb8.zip
Use xml! macro for cleaner xml handling
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 50927f1..970f928 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,6 +7,7 @@ edition = "2024"
anyhow = "1.0.102"
clap = { version = "4.5.60", features = ["derive"] }
quick-xml = "0.39.2"
+ogrim = "0.1.1"
relative-path = { version = "2.0.1", features = ["serde"] }
reqwest = { version = "0.13.2", features = ["cookies", "json"] }
serde = { version = "1.0.228", features = ["derive"] }