diff options
| author | mat <github@matdoes.dev> | 2022-08-30 21:42:40 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-08-30 21:42:40 -0500 |
| commit | 0085f8a565563ecb6a9f4f87be8b336157aa1e55 (patch) | |
| tree | 4007e0dc98a4c3ad71656724c0263dfeccc76035 /azalea-auth | |
| parent | a6c5017e387954342a65358347cf89deead68944 (diff) | |
| download | azalea-drasl-0085f8a565563ecb6a9f4f87be8b336157aa1e55.tar.xz | |
make some stuff publishable on crates.io
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. |
