providers.rs

 1mod bitbucket;
 2mod codeberg;
 3mod gitee;
 4mod github;
 5mod gitlab;
 6mod sourcehut;
 7
 8pub use bitbucket::*;
 9pub use codeberg::*;
10pub use gitee::*;
11pub use github::*;
12pub use gitlab::*;
13pub use sourcehut::*;