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 /Cargo.lock | |
| parent | 000abfa13665abccf543b875d10c8c2a48dd75be (diff) | |
| download | azalea-drasl-f0b58c7e748e1e94ad0dd08124cfc186e865709c.tar.xz | |
share registries in swarms and fix some bugs
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -332,6 +332,7 @@ dependencies = [ "nohash-hasher", "num-traits", "serde", + "serde_json", "uuid", ] @@ -525,6 +526,8 @@ dependencies = [ "nohash-hasher", "once_cell", "parking_lot", + "serde", + "serde_json", "thiserror", "tracing", "uuid", |
