aboutsummaryrefslogtreecommitdiff
path: root/pixel-client/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pixel-client/Cargo.toml')
-rw-r--r--pixel-client/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pixel-client/Cargo.toml b/pixel-client/Cargo.toml
index 38c32db8..d319457f 100644
--- a/pixel-client/Cargo.toml
+++ b/pixel-client/Cargo.toml
@@ -18,6 +18,10 @@ anyhow = "1.0.86"
clap = { version = "4.5.15", features = ["derive"] }
rustls = { version = "0.23.12", features = ["ring"] }
rand = "0.9.0-alpha.2"
+xdg = "2.5.2"
+toml = "0.8.19"
+serde = { version = "1.0.207", featues = ["derive"] }
+users = "0.11.0"
[features]
bundle_sdl2 = ["sdl2/bundled"]