From 6c110f2731c3893af397cc6a660f374ff705c99b Mon Sep 17 00:00:00 2001 From: mat <27899617+mat-1@users.noreply.github.com> Date: Sun, 30 Nov 2025 21:04:12 -0600 Subject: Add `online-mode` Cargo feature (#281) * Add `online-mode` cargo feature * fix bad formatting in Cargo.toml --- azalea-protocol/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'azalea-protocol/Cargo.toml') diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml index 1ab25a12..4128faae 100644 --- a/azalea-protocol/Cargo.toml +++ b/azalea-protocol/Cargo.toml @@ -43,9 +43,10 @@ uuid.workspace = true indexmap.workspace = true [features] +default = ["packets", "online-mode"] connecting = [] -default = ["packets"] packets = ["connecting", "dep:azalea-core"] +online-mode = ["azalea-auth/online-mode"] [lints] workspace = true -- cgit v1.2.3