]> git.puffer.fish Git - matthieu/nova.git/commitdiff
Update Cargo.toml
authorMatthieu <20992787+MatthieuCoder@users.noreply.github.com>
Thu, 5 Aug 2021 06:07:29 +0000 (10:07 +0400)
committerGitHub <noreply@github.com>
Thu, 5 Aug 2021 06:07:29 +0000 (10:07 +0400)
rest-ratelimiter/Cargo.toml

index c1bfeb8c1b338a0e4f25c6acd186b7395e771d3e..f72d3e7861655f774036264519a81e7f22439b61 100644 (file)
@@ -6,6 +6,8 @@ edition = "2018"
 [dependencies]
 tonic = "0.5"
 prost = "0.8"
+openssl-sys = "0.9"
+openssl = "0.10"
 tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
 
 [build-dependencies]
@@ -19,4 +21,5 @@ tonic-build = "0.5"
 # Cargo.toml file; or relative to the Bazel workspace root (e.g. "//foo/bar").
 workspace_path = "//rest-ratelimiter"
 genmode = "Remote"
-default_gen_buildrs = true
\ No newline at end of file
+default_gen_buildrs = true
+