Files
realm-chat/client/Cargo.toml
Joshua Higgins cf429f1252 Switching to Qt
also want .env to be included
2024-08-15 20:00:34 -04:00

9 lines
192 B
TOML

[package]
name = "realm_client"
version = "0.1.0"
edition = "2021"
[dependencies]
realm_auth = { path = "../auth" }
realm_server = { path = "../server" }
realm_shared = { path = "../shared" }