Initial commit.
Reqwest and tokio compile.
This commit is contained in:
commit
00c68d2a86
6 changed files with 1345 additions and 0 deletions
4
src/main.rs
Normal file
4
src/main.rs
Normal file
|
@ -0,0 +1,4 @@
|
|||
#[tokio::main]
|
||||
async fn main() {
|
||||
println!("Meow!");
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue