Skip to content

Commit

Permalink
gah
Browse files Browse the repository at this point in the history
  • Loading branch information
xnorpx committed Oct 23, 2024
1 parent 5b7804c commit 2ae8892
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ hmac = "0.12.1"
crc = "3.0.0"
serde = { version = "1.0.152", features = ["derive"] }

# The sha1 crate is disabled by default, and openssl is used. However, for potential
# performance improvements or if you prefer to use str0m without openssl,
# you can enable the sha1 feature flag.
[target.'cfg(unix)'.dependencies]
sha1 = { version = "0.10.6", features = ["asm"], optional = true }

Expand Down

0 comments on commit 2ae8892

Please sign in to comment.