kk/Cargo.toml

16 lines
288 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"
2023-01-14 14:57:23 +00:00
# misskey = "0.2.0"
termion = "2.0.1"
[dependencies.tokio]
version = "1.24.1"
features = ["full"]