diff options
Diffstat (limited to 'ops/yandex-cloud-rs/Cargo.toml')
-rw-r--r-- | ops/yandex-cloud-rs/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ops/yandex-cloud-rs/Cargo.toml b/ops/yandex-cloud-rs/Cargo.toml index 2bda2e44913a..c77ac03189a5 100644 --- a/ops/yandex-cloud-rs/Cargo.toml +++ b/ops/yandex-cloud-rs/Cargo.toml @@ -19,3 +19,6 @@ features = [ "tls", "tls-roots", "gzip" ] [build-dependencies] tonic-build = "0.9" walkdir = "2.3.3" + +[dev-dependencies] +tokio = "1.28" # check when updating tonic |