Add some excludes

This commit is contained in:
Deirdre Connolly 2020-05-08 02:46:11 -04:00 committed by Deirdre Connolly
parent e93594c16d
commit 85ac7e8966
1 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,10 @@ categories = ["cryptography"]
documentation = "https://docs.rs/ristretto255-dh"
keywords = ["cryptography", "crypto", "ristretto", "diffie-hellman", "key-exchange"]
description = "Diffie-Hellman key exchange using the Ristretto255 group."
exclude = [
".gitignore",
".github/*",
]
[dependencies]
curve25519-dalek = { version = "2.0.0", features = ["serde"] }