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.
17 lines
386 B
17 lines
386 B
2 years ago
|
[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"
|