diff options
| author | mat <git@matdoes.dev> | 2025-02-02 21:17:28 +0000 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-02-02 21:17:28 +0000 |
| commit | 8d110a9f7c568fd52fc6c213d707206287311319 (patch) | |
| tree | 6dfed16120460fd726a09a779c5a1387cfa0baf1 /azalea-language | |
| parent | b08d3d55d7351eff6e27a09d732078c038539958 (diff) | |
| download | azalea-drasl-8d110a9f7c568fd52fc6c213d707206287311319.tar.xz | |
cleanup, fix warnings
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 |
