diff options
| author | A Farzat <a@farzat.xyz> | 2026-03-06 13:00:51 +0300 |
|---|---|---|
| committer | A Farzat <a@farzat.xyz> | 2026-03-07 09:26:03 +0300 |
| commit | 8c1629670614f639df8a43d4730d025fe4dcdfb8 (patch) | |
| tree | 913846e615ea764648c9333e521b0b814c6fb1e9 /Cargo.toml | |
| parent | c98b360d611c37315c9c5330089a1d91dbb2021c (diff) | |
| download | oreilly-epub-8c1629670614f639df8a43d4730d025fe4dcdfb8.tar.gz oreilly-epub-8c1629670614f639df8a43d4730d025fe4dcdfb8.zip | |
Use xml! macro for cleaner xml handling
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"] } |
