announcing good-first-issue tags added on @tangled.sh (not affiliated with tangled!)
at main 443 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.2.1" 10jetstream = { path = "../links/jetstream" } 11log = "0.4.28" 12reqwest = { version = "0.12.23", features = ["json"] } 13serde = { version = "1.0.228", features = ["derive"] } 14serde_json = "1.0.145" 15tokio = { version = "1.47.1", features = ["full"] } 16url = "2.5.7"