diff options
| author | mat <github@matdoes.dev> | 2021-12-15 23:10:55 -0600 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2021-12-15 23:10:55 -0600 |
| commit | 9642558f8f8d983a7087f15d68be8cf07a85f0c2 (patch) | |
| tree | 5f0a967f005cd5db510a13ab290c8ad6669b25aa /azalea-protocol/Cargo.toml | |
| parent | 72aefe871ca4983431b1a0b707b472e73ffea836 (diff) | |
| download | azalea-drasl-9642558f8f8d983a7087f15d68be8cf07a85f0c2.tar.xz | |
azalea
Diffstat (limited to 'azalea-protocol/Cargo.toml')
| -rw-r--r-- | azalea-protocol/Cargo.toml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml new file mode 100644 index 00000000..2b8a97f2 --- /dev/null +++ b/azalea-protocol/Cargo.toml @@ -0,0 +1,19 @@ +[package] +edition = "2021" +name = "azalea-protocol" +version = "0.1.0" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +async-recursion = "^0.3.2" +async-trait = "0.1.51" +azalea-chat = {path = "../azalea-chat"} +byteorder = "^1.4.3" +bytes = "^1.1.0" +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" |
