diff options
| author | Gaspard Culis <79080828+GaspardCulis@users.noreply.github.com> | 2024-11-03 17:58:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-03 10:58:19 -0600 |
| commit | 0774888a777a87367987f592314fc66d81c01313 (patch) | |
| tree | fd27fcfc4d4816de381d8e62d022cd452860ed37 /Cargo.lock | |
| parent | 6b0fe5bf638079d535e70c3c91e78fe35a5d2a2f (diff) | |
| download | azalea-drasl-0774888a777a87367987f592314fc66d81c01313.tar.xz | |
feat(registry): Derive Serialize and Deserialize on registry types (#179)
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -519,6 +519,7 @@ dependencies = [ "azalea-buf", "azalea-registry-macros", "once_cell", + "serde", "simdnbt", ] |
