diff options
Diffstat (limited to 'crates/secd/Cargo.toml')
| -rw-r--r-- | crates/secd/Cargo.toml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/crates/secd/Cargo.toml b/crates/secd/Cargo.toml index 350cfd1..1eb30b1 100644 --- a/crates/secd/Cargo.toml +++ b/crates/secd/Cargo.toml @@ -15,6 +15,8 @@ lazy_static = "1.4" lettre = "0.10.1" log = "0.4" openssl = "0.10.42" +prost = "0.9" +prost-types = "0.9.0" rand = "0.8" reqwest = { version = "0.11.13", features = ["json"] } serde = "1" @@ -27,5 +29,10 @@ sqlx = { path = "../../../sqlx", features = [ "runtime-async-std-native-tls", "p time = { version = "0.3", features = [ "serde" ] } thiserror = "1.0" tokio = { version = "1.23.0", feautres = ["rt", "macros"] } +tonic = "0.6.2" url = "2.3.1" -uuid = { version = "1.2", features = ["v4", "serde"]}
\ No newline at end of file +uuid = { version = "1.2", features = ["v4", "serde"]} + +[build-dependencies] +glob = "0.3.0" +tonic-build = { version = "0.6.2", features = ["prost"] } |
