mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
12 lines
303 B
TOML
12 lines
303 B
TOML
[package]
|
|
name = "cloud-example"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
[dependencies]
|
|
libtaos = { version="0.4.5-alpha.0", features=["rest"]}
|
|
tokio = { version = "1", features = ["full"]}
|
|
anyhow = "1.0.0"
|