From 70504d8814a707898f15405fe00d869adaed8179 Mon Sep 17 00:00:00 2001 From: dingbo Date: Fri, 17 Jun 2022 11:04:25 +0800 Subject: [PATCH] docs: rust --- docs/en/05-develop/01-connect/04-rust.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/en/05-develop/01-connect/04-rust.md b/docs/en/05-develop/01-connect/04-rust.md index 95ba477050..a034b2d522 100644 --- a/docs/en/05-develop/01-connect/04-rust.md +++ b/docs/en/05-develop/01-connect/04-rust.md @@ -16,11 +16,7 @@ cargo new cloud_example Add dependency to `Cargo.toml`. ```toml title="Cargo.toml" -[dependencies] -[dependencies] -libtaos = { version="0.4.5-alpha.0", features=["rest"]} -tokio = { version = "1", features = ["full"]} -anyhow = "*" +{{#include docs/examples/rust/cloud_example/Cargo.toml}} ``` ## Config -- GitLab