summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorfxqnlr <[email protected]>2022-10-31 13:01:06 +0100
committerfxqnlr <[email protected]>2022-10-31 13:01:06 +0100
commit3320da719669f37dd5f55693b4d76edb27dbce02 (patch)
tree4383af17a4362a19546a4704d5450884d96bc504 /src/main.rs
downloadmodlist-3320da719669f37dd5f55693b4d76edb27dbce02.tar
modlist-3320da719669f37dd5f55693b4d76edb27dbce02.tar.gz
modlist-3320da719669f37dd5f55693b4d76edb27dbce02.zip
modlist
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
new file mode 100644
index 0000000..8d1a1bd
--- /dev/null
+++ b/src/main.rs
@@ -0,0 +1,7 @@
1use modlist::modrinth::projects;
2
3#[tokio::main]
4async fn main() {
5 //projects(vec!["kYuIpRLv", "89Wsn8GD"]);
6 println!("{:?}", projects(vec!["kYuIpRLv", "89Wsn8GD"]).await);
7}