diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -6,9 +6,9 @@ edition = "2021" [dependencies] anyhow = "1.0.65" -azalea = { git = "https://github.com/mat-1/azalea" } -azalea-protocol = { git = "https://github.com/mat-1/azalea" } -azalea-chat = { git = "https://github.com/mat-1/azalea" } +azalea = { path = "../external/azalea/azalea" } +azalea-protocol = { path = "../external/azalea/azalea-protocol" } +azalea-chat = { path = "../external/azalea/azalea-chat" } env_logger = "0.9.1" uuid = "1.1.2" parking_lot = "^0.12.1" |