aboutsummaryrefslogtreecommitdiff
path: root/azalea-auth/Cargo.toml
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-01-01 18:59:38 -0600
committermat <github@matdoes.dev>2022-01-01 18:59:38 -0600
commit9f576c5600ba9a244bc0d433bb7de174284066a2 (patch)
tree4c571515d0cd85733e027ed262b449a512e87474 /azalea-auth/Cargo.toml
parent1a961d968b80b720ef2d3900c0b95e1c16a0089e (diff)
downloadazalea-drasl-9f576c5600ba9a244bc0d433bb7de174284066a2.tar.xz
start work on encryption
Diffstat (limited to 'azalea-auth/Cargo.toml')
-rw-r--r--azalea-auth/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/azalea-auth/Cargo.toml b/azalea-auth/Cargo.toml
index aa9b7bdb..cb807776 100644
--- a/azalea-auth/Cargo.toml
+++ b/azalea-auth/Cargo.toml
@@ -6,4 +6,7 @@ version = "0.1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
+num-bigint = "^0.4.3"
+rand = {version = "^0.8.4", features = ["getrandom"]}
+sha-1 = "^0.10.0"
uuid = "^0.8.2"