[package] name = "lark_bot" version = "0.0.2" authors = ["taugocauci"] license = "MIT" description = "feishu bot typing (wip)" homepage = "https://github.com/2zh/feishu-bot/" documentation = "https://github.com/2zh/feishu-bot/" repository = "https://github.com/2zh/feishu-bot/" readme = "README.md" keywords = ["lark", "feishu", "bot"] categories = ["bot"] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" reqwest = { version = "0.11.1", features = ["json"] } tokio = { version = "1", features = ["full"] }