blob: ac47dd8c2ccd5af7672b417528f6a4389d2a2de2 [file] [log] [blame]
Mohammed Naser7f6414c2025-02-17 16:02:00 -05001[package]
2name = "imagebumper"
3version = "0.1.0"
4edition = "2021"
5
6[dependencies]
7async-trait = "0.1.86"
Mohammed Naser7f6414c2025-02-17 16:02:00 -05008gitea-sdk = "0.5.0"
Mohammed Naser7f6414c2025-02-17 16:02:00 -05009octocrab = "0.43.0"
Mohammed Naser7f6414c2025-02-17 16:02:00 -050010tokio = { version = "1.43.0", features = ["fs", "macros", "rt-multi-thread"] }
11url = "2.5.4"