diff options
Diffstat (limited to 'minecraft-protocol/Cargo.toml')
| -rw-r--r-- | minecraft-protocol/Cargo.toml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/minecraft-protocol/Cargo.toml b/minecraft-protocol/Cargo.toml index 7894ecfd..3cbf663b 100644 --- a/minecraft-protocol/Cargo.toml +++ b/minecraft-protocol/Cargo.toml @@ -7,12 +7,13 @@ version = "0.1.0" [dependencies] async-recursion = "^0.3.2" +async-trait = "0.1.51" byteorder = "^1.4.3" bytes = "^1.1.0" +minecraft-chat = {path = "../minecraft-chat"} +serde = {version = "1.0.130", features = ["serde_derive"]} +serde_json = "^1.0.72" thiserror = "^1.0.30" tokio = {version = "^1.14.0", features = ["io-util", "net", "macros"]} tokio-util = "^0.6.9" trust-dns-resolver = "^0.20.3" -async-trait = "0.1.51" -minecraft-chat = { path = "../minecraft-chat" } -serde_json = "^1.0.72" |
