Switching to Qt
also want .env to be included
This commit is contained in:
0
client/src/client.rs
Normal file
0
client/src/client.rs
Normal file
2
client/src/lib.rs
Normal file
2
client/src/lib.rs
Normal file
@@ -0,0 +1,2 @@
|
||||
pub mod client;
|
||||
pub mod types;
|
||||
3
client/src/main.rs
Normal file
3
client/src/main.rs
Normal file
@@ -0,0 +1,3 @@
|
||||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
||||
0
client/src/types.rs
Normal file
0
client/src/types.rs
Normal file
Reference in New Issue
Block a user