mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
8 lines
209 B
TOML
8 lines
209 B
TOML
[package]
|
|
name = "restexample"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
libtaos = { version = "0.4.3", features = ["rest"] }
|
|
tokio = { version = "*", features = ["rt", "macros", "rt-multi-thread"] }
|