announcing good-first-issue tags added on @tangled.sh (not affiliated with tangled!)
at ac1577080601c11c7e0887c68d58658da21cc4f4 14 lines 373 B view raw
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.1.0" 10jetstream = { path = "../links/jetstream" } 11reqwest = { version = "0.12.23", features = ["json"] } 12serde_json = "1.0.145" 13tokio = { version = "1.47.1", features = ["full"] } 14url = "2.5.7"