diff options
| author | mat <github@matdoes.dev> | 2022-01-01 18:59:38 -0600 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-01-01 18:59:38 -0600 |
| commit | 9f576c5600ba9a244bc0d433bb7de174284066a2 (patch) | |
| tree | 4c571515d0cd85733e027ed262b449a512e87474 /azalea-auth/Cargo.toml | |
| parent | 1a961d968b80b720ef2d3900c0b95e1c16a0089e (diff) | |
| download | azalea-drasl-9f576c5600ba9a244bc0d433bb7de174284066a2.tar.xz | |
start work on encryption
Diffstat (limited to 'azalea-auth/Cargo.toml')
| -rw-r--r-- | azalea-auth/Cargo.toml | 3 |
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" |
