diff --git a/Cargo.toml b/Cargo.toml index 826c812..64f2aef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ clap = { version = "4.4.2", features = ["derive"] } futures = "0.3.30" git2 = "0.20.0" lazy-regex = "3.1.0" -rbx_asset = { path = "rbx_asset" } +rbx_asset = { path = "rbx_asset", features = ["gzip", "rustls-tls"], default-features = false } rbx_binary = "1.0.0" rbx_dom_weak = "3.0.0" rbx_reflection_database = "1.0.3"