[package] name = "wakflo-sdk" version.workspace = true authors = ["rexraphael "] edition = "2021" readme = "README.md" license-file = "LICENSE.txt" keywords = ["wakflo", "sdk"] categories = ["development-tools"] description = "wakflo.ai rust sdk" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde.workspace = true wakflo-core.workspace = true wakflo-common.workspace = true wakflo-sdk-derive.workspace = true