Manage ctrl c when it's user turn to input

This commit is contained in:
2020-01-19 16:05:42 +01:00
parent 3938530912
commit c558c42b09
5 changed files with 257 additions and 15 deletions

View File

@ -11,3 +11,5 @@ shakmaty = "0.16.0"
colored = "1.9"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
ctrlc = "3.1.3"
futures = "0.3.1"