[package] name = "cnctd_server_api" version = "0.1.1" edition = "2021" authors = ["Connected Dot Inc.", "Kyle Ebner "] description = "Server API integration" license = "MIT" repository = "https://github.com/Connected-Dot/cnctd_server_api" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.75" dotenv = "0.15.0" reqwest = "0.11.20" serde = { version = "1.0.188", features = ["derive"] } serde_json = "1.0.107" tokio = { version = "1.32.0", features = ["full"] }