diff options
Diffstat (limited to 'azalea-language')
| -rw-r--r-- | azalea-language/Cargo.toml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/azalea-language/Cargo.toml b/azalea-language/Cargo.toml index 53167dc7..c19a2689 100644 --- a/azalea-language/Cargo.toml +++ b/azalea-language/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "azalea-language" description = "Translate Minecraft strings from their id." -version = { workspace = true } -edition = { workspace = true } -license = { workspace = true } -repository = { workspace = true } +version.workspace = true +edition.workspace = true +license.workspace = true +repository.workspace = true [dependencies] -serde = { workspace = true } -serde_json = { workspace = true } +serde.workspace = true +serde_json.workspace = true |
