diff options
| author | mat <git@matdoes.dev> | 2023-05-16 23:47:54 -0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-05-16 23:47:54 -0500 |
| commit | c26bb0733f42d660d406d1714a07b51dda7c8b3e (patch) | |
| tree | 570c56f5d70ba571b03e441fb85b44f621e7b959 /azalea-crypto | |
| parent | 76428154f895fd3e8ae63e122c569c05c4ae9cb6 (diff) | |
| download | azalea-drasl-c26bb0733f42d660d406d1714a07b51dda7c8b3e.tar.xz | |
format some Cargo.tomls
Diffstat (limited to 'azalea-crypto')
| -rw-r--r-- | azalea-crypto/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/azalea-crypto/Cargo.toml b/azalea-crypto/Cargo.toml index 41fcc262..1e4868a8 100644 --- a/azalea-crypto/Cargo.toml +++ b/azalea-crypto/Cargo.toml @@ -10,16 +10,16 @@ repository = "https://github.com/mat-1/azalea/tree/main/azalea-crypto" [dependencies] aes = "0.8.1" -azalea-buf = {path = "../azalea-buf", version = "^0.6.0" } +azalea-buf = { path = "../azalea-buf", version = "^0.6.0" } cfb8 = "0.8.1" num-bigint = "^0.4.3" -rand = {version = "^0.8.4", features = ["getrandom"]} +rand = { version = "^0.8.4", features = ["getrandom"] } rsa_public_encrypt_pkcs1 = "0.4.0" sha-1 = "^0.10.0" uuid = "^1.1.2" [dev-dependencies] -criterion = {version = "^0.4.0", features = ["html_reports"]} +criterion = { version = "^0.4.0", features = ["html_reports"] } [[bench]] harness = false |
