diff options
Diffstat (limited to 'client/Cargo.toml')
-rw-r--r-- | client/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/Cargo.toml b/client/Cargo.toml index 1c8e411..9791b14 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -11,5 +11,7 @@ repository.workspace = true [dependencies] bowshock = { path = "../core" } +bzipper = { version = "0.6.0", features = ["alloc"]} + [lints] workspace = true |