diff options
| author | mat <github@matdoes.dev> | 2021-12-18 10:04:10 -0600 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2021-12-18 10:04:10 -0600 |
| commit | 8e3ba097b48543a85f2cf487d5db90add3f28bac (patch) | |
| tree | eb691675842ecaec0a8a561deb8cf5e2951c9d81 /azalea-core/Cargo.toml | |
| parent | 498077e09f372ecd5c4f32f20363d7011f09e70a (diff) | |
| download | azalea-drasl-8e3ba097b48543a85f2cf487d5db90add3f28bac.tar.xz | |
start adding clientbound_login_packet
Diffstat (limited to 'azalea-core/Cargo.toml')
| -rw-r--r-- | azalea-core/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azalea-core/Cargo.toml b/azalea-core/Cargo.toml index 1aa59fe9..b0139999 100644 --- a/azalea-core/Cargo.toml +++ b/azalea-core/Cargo.toml @@ -6,4 +6,5 @@ version = "0.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +azalea-chat = {path = "../azalea-chat"} uuid = "^0.8.2" |
