[package] name = "fedi-frq-friend" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] futures-util = "0.3.28" knuffel = "3.0.0" mastodon-async = { version = "1.2.1", features = ["toml", "mt"] } tokio = { version = "1.27.0", features = ["full"] } [[bin]] name = "f3" path = "src/main.rs"