diff --git a/docs/en/05-develop/01-connect/04-rust.md b/docs/en/05-develop/01-connect/04-rust.md index 95ba4770506367fde9902181c8c3d3c0854c35b1..a034b2d522bc566ad612a97b50a073df802fa853 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