You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

18 lines
455 B

[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"] }
paris = { version = "1.5.15", features = ["macros", "timestamps"] }
tokio = { version = "1.27.0", features = ["full"] }
[[bin]]
name = "f3"
path = "src/main.rs"