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

9
client/Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "realm_client"
version = "0.1.0"
edition = "2021"
[dependencies]
realm_auth = { path = "../auth" }
realm_server = { path = "../server" }
realm_shared = { path = "../shared" }