announcing good-first-issue tags added on @tangled.sh (not affiliated with tangled!)
1[package]
2name = "hacktober_bot"
3version = "0.1.0"
4edition = "2024"
5
6[dependencies]
7clap = { version = "4.5.48", features = ["derive", "env"] }
8env_logger = "0.11.8"
9jacquard = "0.2.1"
10jetstream = { path = "../links/jetstream" }
11reqwest = { version = "0.12.23", features = ["json"] }
12serde = { version = "1.0.228", features = ["derive"] }
13serde_json = "1.0.145"
14tokio = { version = "1.47.1", features = ["full"] }
15url = "2.5.7"