Skip to content

Commit

Permalink
Cleaned up dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lmammino committed Nov 20, 2021
1 parent e71da9d commit 5d426b5
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
Expand Up @@ -4,7 +4,7 @@ version = "0.0.1"
authors = ["Luciano Mammino"]
edition = "2018"
description = "A parser and validator for the EU Digital Green Certificate (dgc) a.k.a. greenpass"
keywords = ["dgc", "greenpass", "digital green certificate", "cose", "health"]
keywords = ["dgc", "greenpass", "certificate", "cose", "health"]
categories = ["encoding", "data-structures", "cryptography"]
repository = "https://github.com/lmammino/dgc"
readme = "README.md"
Expand All @@ -22,7 +22,6 @@ lazy_static = "1.4.0"
ring-compat = "0.3.2"
serde = "1.0.130"
serde_json = "1.0.64"
serde-transcode = "1.1.0"
thiserror = "1.0.30"
x509-parser = "0.12.0"

Expand Down

0 comments on commit 5d426b5

Please sign in to comment.