Skip to content

Commit

Permalink
Cleanup cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Christiaan676 committed Sep 20, 2024
1 parent 4c00d03 commit 5e3828f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 3 additions & 5 deletions x-wing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@ edition = "2021"
rust-version = "1.81"
license = "Apache-2.0 OR MIT"
readme = "README.md"
homepage = "https://github.com/RustCrypto/KEMs/tree/master/ml-kem"
repository = "https://github.com/RustCrypto/KEMs"
homepage = "https://github.com/RustCrypto/KEMs/tree/master/x-wing"
repository = "https://github.com/RustCrypto/KEMs/tree/master/x-wing"
categories = ["cryptography", "no-std"]
keywords = ["crypto", "x-wing", "xwing", "kem", "post-quantum"]
keywords = ["crypto", "x-wing-kem", "x-wing", "xwing", "kem", "post-quantum"]
exclude = ["src/test-vectors.json"]


[features]
getrandom = ["rand_core/getrandom"]

Expand All @@ -37,7 +36,6 @@ sha3 = { version = "0.10", default-features = false }

[dev-dependencies]
rand_core = { version = "0.6" }
hex-literal = "0.4"
hex = { version = "0.4", features = ["serde"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down

0 comments on commit 5e3828f

Please sign in to comment.