File tree 1 file changed +23
-0
lines changed
1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -894,6 +894,16 @@ dependencies = [
894
894
" quote" ,
895
895
]
896
896
897
+ [[package ]]
898
+ name = " ctrlc"
899
+ version = " 3.3.1"
900
+ source = " registry+https://github.com/rust-lang/crates.io-index"
901
+ checksum = " 7394a21d012ce5c850497fb774b167d81b99f060025fbf06ee92b9848bd97eb2"
902
+ dependencies = [
903
+ " nix" ,
904
+ " windows-sys 0.48.0" ,
905
+ ]
906
+
897
907
[[package ]]
898
908
name = " curl"
899
909
version = " 0.4.44"
@@ -2295,6 +2305,7 @@ name = "miri"
2295
2305
version = " 0.1.0"
2296
2306
dependencies = [
2297
2307
" colored" ,
2308
+ " ctrlc" ,
2298
2309
" env_logger 0.9.0" ,
2299
2310
" getrandom" ,
2300
2311
" lazy_static" ,
@@ -2324,6 +2335,18 @@ version = "1.0.4"
2324
2335
source = " registry+https://github.com/rust-lang/crates.io-index"
2325
2336
checksum = " e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
2326
2337
2338
+ [[package ]]
2339
+ name = " nix"
2340
+ version = " 0.26.2"
2341
+ source = " registry+https://github.com/rust-lang/crates.io-index"
2342
+ checksum = " bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a"
2343
+ dependencies = [
2344
+ " bitflags" ,
2345
+ " cfg-if" ,
2346
+ " libc" ,
2347
+ " static_assertions" ,
2348
+ ]
2349
+
2327
2350
[[package ]]
2328
2351
name = " nom"
2329
2352
version = " 7.1.0"
You can’t perform that action at this time.
0 commit comments