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 /bot/Cargo.toml | |
| parent | 72aefe871ca4983431b1a0b707b472e73ffea836 (diff) | |
| download | azalea-drasl-9642558f8f8d983a7087f15d68be8cf07a85f0c2.tar.xz | |
azalea
Diffstat (limited to 'bot/Cargo.toml')
| -rw-r--r-- | bot/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bot/Cargo.toml b/bot/Cargo.toml index f1c89a99..fd6ad067 100644 --- a/bot/Cargo.toml +++ b/bot/Cargo.toml @@ -1,11 +1,11 @@ [package] +edition = "2021" name = "bot" version = "0.1.0" -edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -minecraft-client = { path = "../minecraft-client" } -minecraft-protocol = { path = "../minecraft-protocol" } +azalea-client = {path = "../azalea-client"} +azalea-protocol = {path = "../azalea-protocol"} tokio = "^1.14.0" |
