3320da7
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); }