This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -894,6 +894,16 @@ dependencies = [
894894 " quote" ,
895895]
896896
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+
897907[[package ]]
898908name = " curl"
899909version = " 0.4.44"
@@ -2295,6 +2305,7 @@ name = "miri"
22952305version = " 0.1.0"
22962306dependencies = [
22972307 " colored" ,
2308+ " ctrlc" ,
22982309 " env_logger 0.9.0" ,
22992310 " getrandom" ,
23002311 " lazy_static" ,
@@ -2324,6 +2335,18 @@ version = "1.0.4"
23242335source = " registry+https://github.com/rust-lang/crates.io-index"
23252336checksum = " e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
23262337
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+
23272350[[package ]]
23282351name = " nom"
23292352version = " 7.1.0"
You can’t perform that action at this time.
0 commit comments