diff options
Diffstat (limited to 'azalea-protocol/Cargo.toml')
| -rw-r--r-- | azalea-protocol/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
