diff options
| author | A Farzat <a@farzat.xyz> | 2026-03-05 16:21:38 +0300 |
|---|---|---|
| committer | A Farzat <a@farzat.xyz> | 2026-03-05 16:21:38 +0300 |
| commit | 598ee0199a50d30d06f4a2fa67bed5943c6452b4 (patch) | |
| tree | 6274ae4a896eace66c57074e364e0e3499c70c83 /Cargo.lock | |
| parent | 71727a58aa8dac17cf7eeb37f79f1ab318bd66a2 (diff) | |
| download | oreilly-epub-598ee0199a50d30d06f4a2fa67bed5943c6452b4.tar.gz oreilly-epub-598ee0199a50d30d06f4a2fa67bed5943c6452b4.zip | |
Deserialize URLs to Url type directly
This saves the effort of having to do it manually later on. Also avoids
duplication in parsing.
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -860,6 +860,7 @@ dependencies = [ "serde", "serde_json", "tokio", + "url", "zip", ] @@ -1663,6 +1664,7 @@ dependencies = [ "idna", "percent-encoding", "serde", + "serde_derive", ] [[package]] |
