From 985213311d144acf9bd5511f5e4042fe7870ce39 Mon Sep 17 00:00:00 2001 From: piv <> Date: Sun, 31 Jul 2022 16:08:20 +0930 Subject: [PATCH] Add link to tonic docs --- car-rs/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/car-rs/Cargo.toml b/car-rs/Cargo.toml index aacd978..ecc0a23 100644 --- a/car-rs/Cargo.toml +++ b/car-rs/Cargo.toml @@ -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]