diff options
| author | mat <git@matdoes.dev> | 2023-07-19 17:13:46 -0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-07-19 17:13:46 -0500 |
| commit | a985cc744205ffa62fa68114dbf1a282db3ba28e (patch) | |
| tree | 705e4fdc99afa0e6904b547b77b9a80688c9a890 /azalea-core | |
| parent | f0c7d6e8bf6a254a7332663f41cfd0ff97258f78 (diff) | |
| download | azalea-drasl-a985cc744205ffa62fa68114dbf1a282db3ba28e.tar.xz | |
remove unused deps
Diffstat (limited to 'azalea-core')
| -rw-r--r-- | azalea-core/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/azalea-core/Cargo.toml b/azalea-core/Cargo.toml index 99725414..50cc1541 100644 --- a/azalea-core/Cargo.toml +++ b/azalea-core/Cargo.toml @@ -10,7 +10,6 @@ version = "0.7.0" [dependencies] azalea-buf = { path = "../azalea-buf", version = "^0.7.0" } -azalea-chat = { path = "../azalea-chat", version = "^0.7.0" } azalea-inventory = { version = "0.7.0", path = "../azalea-inventory" } azalea-nbt = { path = "../azalea-nbt", version = "^0.7.0" } azalea-registry = { path = "../azalea-registry", version = "^0.7.0" } |
