diff options
| author | mat <git@matdoes.dev> | 2023-11-18 20:44:49 -0600 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-11-18 20:44:49 -0600 |
| commit | f0b58c7e748e1e94ad0dd08124cfc186e865709c (patch) | |
| tree | e57770be77d78262f89cc146179122a0b849c6c2 /azalea-core/Cargo.toml | |
| parent | 000abfa13665abccf543b875d10c8c2a48dd75be (diff) | |
| download | azalea-drasl-f0b58c7e748e1e94ad0dd08124cfc186e865709c.tar.xz | |
share registries in swarms and fix some bugs
Diffstat (limited to 'azalea-core/Cargo.toml')
| -rw-r--r-- | azalea-core/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azalea-core/Cargo.toml b/azalea-core/Cargo.toml index eb04ed01..a25485a2 100644 --- a/azalea-core/Cargo.toml +++ b/azalea-core/Cargo.toml @@ -18,6 +18,7 @@ nohash-hasher = "0.2.0" num-traits = "0.2.17" serde = { version = "^1.0", optional = true } uuid = "^1.5.0" +serde_json = "^1.0.108" [features] bevy_ecs = ["dep:bevy_ecs"] |
