Add link to tonic docs

This commit is contained in:
piv
2022-07-31 16:08:20 +09:30
parent 825f57dee9
commit 985213311d

View File

@@ -9,6 +9,8 @@ edition = "2021"
# https://github.com/golemparts/rppal
rppal = "0.13.1"
tokio = { version = "1", features = ["full"] }
# https://github.com/hyperium/tonic
tonic = "0.8.0"
[build]