diff options
| author | mat <github@matdoes.dev> | 2021-12-11 15:17:42 -0600 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2021-12-11 15:17:42 -0600 |
| commit | ba911a8a207eb47df7a055410570767b2e33c2ae (patch) | |
| tree | 4a53d384f08b7272ba287bdb326f3d7fcb09f289 /minecraft-chat/Cargo.toml | |
| parent | 6026c74430f311c9217b77e7ac07d183efde5bce (diff) | |
| download | azalea-drasl-ba911a8a207eb47df7a055410570767b2e33c2ae.tar.xz | |
correct minecraft-chat :tada:
Diffstat (limited to 'minecraft-chat/Cargo.toml')
| -rw-r--r-- | minecraft-chat/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/minecraft-chat/Cargo.toml b/minecraft-chat/Cargo.toml index 81f676af..aa803864 100644 --- a/minecraft-chat/Cargo.toml +++ b/minecraft-chat/Cargo.toml @@ -7,4 +7,5 @@ version = "0.1.0" [dependencies] lazy_static = "1.4.0" +serde = "^1.0.130" serde_json = "^1.0.72" |
