diff options
| author | mat <git@matdoes.dev> | 2025-06-15 21:47:56 -0100 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-06-16 04:12:22 +0400 |
| commit | 1fa1520feac05763805f006b996b11ef3d59c845 (patch) | |
| tree | 76819b41da3609b8d28a61084704d9db65ed7979 /azalea-chat | |
| parent | f64229fcc9479c7f30ea02b919c7fef9cedec4d5 (diff) | |
| download | azalea-drasl-1fa1520feac05763805f006b996b11ef3d59c845.tar.xz | |
put all azalea-* deps in the workspace Cargo.toml
Diffstat (limited to 'azalea-chat')
| -rw-r--r-- | azalea-chat/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-chat/Cargo.toml b/azalea-chat/Cargo.toml index 044d0a16..c7e8c78e 100644 --- a/azalea-chat/Cargo.toml +++ b/azalea-chat/Cargo.toml @@ -16,7 +16,7 @@ numbers = ["dep:azalea-registry", "dep:simdnbt"] azalea-buf = { path = "../azalea-buf", version = "0.12.0", optional = true, features = [ "serde_json", ] } -azalea-language = { path = "../azalea-language", version = "0.12.0" } +azalea-language.workspace = true azalea-registry = { path = "../azalea-registry", version = "0.12.0", optional = true } serde = { workspace = true, features = ["derive"] } serde_json.workspace = true |
