Use <link rel="alternate" ...> to find cast file in HTML pages

This commit is contained in:
Marcin Kulik
2024-01-22 15:54:51 +01:00
parent 3d5af68335
commit 52577adf79
3 changed files with 465 additions and 10 deletions

View File

@@ -24,3 +24,4 @@ rustyline = "13.0.0"
config = { version = "0.13.4", default-features = false, features = ["toml", "ini"] }
which = "5.0.0"
tempfile = "3.9.0"
scraper = { version = "0.18.1", default-features = false }