Switching to Qt

also want .env to be included
This commit is contained in:
2024-08-15 20:00:34 -04:00 Unverified
parent 38ca7cb26b
commit cf429f1252
15 changed files with 16 additions and 219 deletions
View File
+2
View File
@@ -0,0 +1,2 @@
pub mod client;
pub mod types;
+3
View File
@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}
View File