Save progress when interrupted

This commit is contained in:
mtkennerly 2024-04-20 20:50:10 -04:00
parent 5f6c087097
commit b4ce27a1b9
No known key found for this signature in database
GPG key ID: E764BE00BE6E6408
5 changed files with 40 additions and 1 deletions

View file

@ -19,6 +19,7 @@ regex = "1.10.2"
serde = { version = "1.0.139", features = ["derive"] }
serde_json = "1.0.108"
serde_yaml = "0.8.25"
signal-hook = "0.3.17"
thiserror = "1.0.50"
tokio = { version = "1.34.0", features = ["full"] }
wikitext-parser = "0.3.3"