diff options
Diffstat (limited to 'Cargo.lock')
| -rwxr-xr-x | Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,6 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" name = "azalea-auth" version = "0.1.0" dependencies = [ - "num-bigint", "uuid", ] @@ -97,6 +96,7 @@ name = "azalea-client" version = "0.1.0" dependencies = [ "azalea-auth", + "azalea-core", "azalea-crypto", "azalea-protocol", "tokio", |
