diff options
| author | EightFactorial <murphkev000@gmail.com> | 2023-01-21 20:14:23 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-21 22:14:23 -0600 |
| commit | 9ee5e71bb13e596248fde000d8717c86276b0ce1 (patch) | |
| tree | bd6363af53bca9bbd3dede1c7ee59615b94eb107 /azalea | |
| parent | 1059afa6fcf8b2776fd25dac07ed2e76ab48bed3 (diff) | |
| download | azalea-drasl-9ee5e71bb13e596248fde000d8717c86276b0ce1.tar.xz | |
Server functions and proxy example (#59)
* A couple useful things for servers
* Add proxy example
* Use Uuid's serde feature
* Add const options to proxy example
* Example crates go in dev-dependencies
* Warn instead of error
* Log address on login
* Requested changes
* add a test for deserializing game profile + random small changes
Co-authored-by: mat <github@matdoes.dev>
Diffstat (limited to 'azalea')
| -rw-r--r-- | azalea/Cargo.toml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml index 7c82a00c..d3fba18f 100644 --- a/azalea/Cargo.toml +++ b/azalea/Cargo.toml @@ -32,6 +32,4 @@ tokio = "^1.23.1" uuid = "1.2.2" [dev-dependencies] -anyhow = "^1.0.65" -env_logger = "^0.9.1" -tokio = "^1.23.1" +env_logger = "^0.10.0" |
