aboutsummaryrefslogtreecommitdiff
path: root/azalea-auth/Cargo.toml
blob: 2f817354e46423993624d23b32421c0a2f900e19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
description = "A port of Mojang's Authlib, except authentication isn't actually implemented yet."
edition = "2021"
license = "MIT"
name = "azalea-auth"
version = "0.1.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
azalea-buf = {path = "../azalea-buf", version = "^0.1.0"}
uuid = "^1.1.2"