kkx/kkx/Cargo.toml

22 lines
465 B
TOML
Raw Normal View History

2023-01-17 02:06:16 +00:00
[package]
name = "kkx"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.68"
kkdisp = { version = "0.1.0", path = "../kkdisp" }
2023-01-27 12:35:24 +00:00
futures = "0.3.25"
async-trait = "0.1.63"
2023-01-23 00:18:55 +00:00
[dependencies.tokio]
version = "1.24.2"
features = ["full"]
2023-01-26 14:27:25 +00:00
[dependencies.misskey]
2023-01-27 12:35:24 +00:00
git = "https://github.com/coord-e/misskey-rs"
branch = "develop"
2023-01-26 14:27:25 +00:00
features = ["websocket-client"]