summaryrefslogtreecommitdiff
path: root/client/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-01-05 21:28:19 +0100
committermetamuffin <metamuffin@disroot.org>2025-01-05 21:28:19 +0100
commitc427fed04f89147bcdcb2b4b1be9198a063d89cd (patch)
treeb713c689795592ee93125575588e9be5cfe925c8 /client/Cargo.toml
parenta6f57036bc954bab45d61fb41c1bd0a27001bad6 (diff)
downloadweareserver-c427fed04f89147bcdcb2b4b1be9198a063d89cd.tar
weareserver-c427fed04f89147bcdcb2b4b1be9198a063d89cd.tar.bz2
weareserver-c427fed04f89147bcdcb2b4b1be9198a063d89cd.tar.zst
a
Diffstat (limited to 'client/Cargo.toml')
-rw-r--r--client/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/Cargo.toml b/client/Cargo.toml
index b0ba84a..ffa40e4 100644
--- a/client/Cargo.toml
+++ b/client/Cargo.toml
@@ -13,3 +13,4 @@ log = "0.4.22"
pollster = "0.4.0"
wgpu = "23.0.1"
winit = "0.30.8"
+weareshared = { path = "../shared" }