added reqwest and openssl

This commit is contained in:
Nickiel12 2023-08-20 18:49:58 -07:00
parent dacaa770cc
commit cdaf8bd130
6 changed files with 1151 additions and 5 deletions

3
status_cloud/src/main.rs Normal file
View file

@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}