ci(runner): rewrite collection_runner.sh in rust (#1604)

This commit is contained in:
Pa1NarK
2023-07-10 15:02:44 +05:30
committed by GitHub
parent 69454ec55c
commit e09077a75f
17 changed files with 496 additions and 240 deletions

View File

@ -33,7 +33,7 @@ signal-hook = { version = "0.3.15", optional = true }
thiserror = "1.0.40"
time = { version = "0.3.21", features = ["serde", "serde-well-known", "std"] }
tokio = { version = "1.28.2", features = ["macros", "rt-multi-thread"], optional = true }
phonenumber = "0.3.2+8.13.9"
phonenumber = "0.3.2"
# First party crates
masking = { version = "0.1.0", path = "../masking" }