Add URL parsing.

This commit is contained in:
Tom Alexander
2023-12-23 20:45:20 -05:00
parent 86d4e25aa0
commit 93e0a2fe98
4 changed files with 77 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ serde = { version = "1.0.189", default-features = false, features = ["std", "der
serde_json = "1.0.107"
tokio = { version = "1.30.0", default-features = false, features = ["rt", "rt-multi-thread", "fs", "io-util"] }
toml = "0.8.2"
url = "2.5.0"
walkdir = "2.4.0"
# Optimized build for any sort of release.