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