summaryrefslogblamecommitdiff
path: root/src/main.rs
blob: 8d1a1bda09cad20a7726a6ad82b1ce324c439e9a (plain) (tree)
1
2
3
4
5
6
7






                                                                   
use modlist::modrinth::projects;

#[tokio::main]
async fn main() {
    //projects(vec!["kYuIpRLv", "89Wsn8GD"]);
    println!("{:?}", projects(vec!["kYuIpRLv", "89Wsn8GD"]).await);
}