diff options
Diffstat (limited to 'azalea-auth')
| -rwxr-xr-x | azalea-auth/Cargo.toml | 6 | ||||
| -rw-r--r-- | azalea-auth/README.md | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/azalea-auth/Cargo.toml b/azalea-auth/Cargo.toml index 1bef8c57..2f817354 100755 --- a/azalea-auth/Cargo.toml +++ b/azalea-auth/Cargo.toml @@ -1,10 +1,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"} -uuid = "1.1.2" +azalea-buf = {path = "../azalea-buf", version = "^0.1.0"} +uuid = "^1.1.2" diff --git a/azalea-auth/README.md b/azalea-auth/README.md new file mode 100644 index 00000000..fa87afca --- /dev/null +++ b/azalea-auth/README.md @@ -0,0 +1,3 @@ +# Azalea Auth + +A port of Mojang's Authlib, except authentication isn't actually implemented yet. |
