diff options
| author | metamuffin <metamuffin@disroot.org> | 2024-08-14 22:58:09 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2024-08-14 22:58:09 +0200 |
| commit | 16bdd6964705a9995d1ccd9451264db59a4e8879 (patch) | |
| tree | 2c4ccab3eed4f2d77bda70dbc26a80f879c9167e /pixel-client/Cargo.toml | |
| parent | 66cfc6f5a6352d65f1b198547baaebdd2366b8a4 (diff) | |
| download | hurrycurry-16bdd6964705a9995d1ccd9451264db59a4e8879.tar hurrycurry-16bdd6964705a9995d1ccd9451264db59a4e8879.tar.bz2 hurrycurry-16bdd6964705a9995d1ccd9451264db59a4e8879.tar.zst | |
pc: add item bubbles
Diffstat (limited to 'pixel-client/Cargo.toml')
| -rw-r--r-- | pixel-client/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pixel-client/Cargo.toml b/pixel-client/Cargo.toml index d319457f..8104a384 100644 --- a/pixel-client/Cargo.toml +++ b/pixel-client/Cargo.toml @@ -20,7 +20,7 @@ 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"] } +serde = { version = "1.0.207", features = ["derive"] } users = "0.11.0" [features] |