diff options
| -rw-r--r-- | azalea-world/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-world/Cargo.toml b/azalea-world/Cargo.toml index 0bc39b92..755aad29 100644 --- a/azalea-world/Cargo.toml +++ b/azalea-world/Cargo.toml @@ -7,7 +7,7 @@ license.workspace = true repository.workspace = true [dev-dependencies] -azalea-client.workspace = true +azalea-client.path = "../azalea-client" criterion.workspace = true [dependencies] |
