Skip to content

Commit

Permalink
Merge pull request #6 from mm9942/mm9942-patch-4
Browse files Browse the repository at this point in the history
Update Cargo.toml
  • Loading branch information
mm9942 committed Apr 12, 2024
2 parents 8d61459 + 1831709 commit 66a266e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "crypt_guard"
version = "1.1.7"
version = "1.1.8"
edition = "2021"
description = "CryptGuardLib is a comprehensive Rust library designed for strong encryption and decryption, incorporating post-quantum cryptography to safeguard against quantum threats. It's geared towards developers who need to embed advanced cryptographic capabilities in their Rust applications."
license = "MIT"
Expand All @@ -23,7 +23,6 @@ pqcrypto-dilithium = "0.5.0"
pqcrypto-kyber = "0.8.1"
tempfile = "3.10.1"
chrono = "0.4.37"
# notify-rust = "4.10.0"

[features]
tokio = ["dep:tokio"]

0 comments on commit 66a266e

Please sign in to comment.