Save progress when interrupted
This commit is contained in:
parent
5f6c087097
commit
b4ce27a1b9
5 changed files with 40 additions and 1 deletions
|
@ -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"
|
||||
|
|
Reference in a new issue