kk/Cargo.toml

16 lines
286 B
TOML
Raw Normal View History

[package]
name = "kk"
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"
misskey = "0.2.0"
termion = "2.0.1"
[dependencies.tokio]
version = "1.24.1"
features = ["full"]