From 1fa1520feac05763805f006b996b11ef3d59c845 Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 15 Jun 2025 21:47:56 -0100 Subject: put all azalea-* deps in the workspace Cargo.toml --- azalea-auth/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'azalea-auth') diff --git a/azalea-auth/Cargo.toml b/azalea-auth/Cargo.toml index fb1b37c9..3f788e20 100644 --- a/azalea-auth/Cargo.toml +++ b/azalea-auth/Cargo.toml @@ -7,8 +7,8 @@ license.workspace = true repository.workspace = true [dependencies] -azalea-buf = { path = "../azalea-buf", version = "0.12.0" } -azalea-crypto = { path = "../azalea-crypto", version = "0.12.0" } +azalea-buf.workspace = true +azalea-crypto.workspace = true base64.workspace = true chrono = { workspace = true, features = ["serde"] } md-5.workspace = true -- cgit v1.2.3