snowflake/Cargo.toml
2021-03-06 23:08:12 -09:00

16 lines
380 B
TOML

[package]
name = "snowflake_service"
version = "0.1.0"
authors = ["Dustin Pianalto <dustin@djpianalto.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tonic = "0.4"
prost = "0.7"
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
[build-dependencies]
tonic-build = "0.4"