Skip to content

Commit

Permalink
chore: Updated manifest file in preparation for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
orlowskilp committed Oct 11, 2024
1 parent 266e3f8 commit c8f0442
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@ name = "evm-signer-kms"
version = "0.2.3"
edition = "2021"
authors = ["Lukasz Orlowski <[email protected]>"]
license = "MIT"
description = "EVM signer using keys from AWS KMS"
repository = "https://github.com/orlowskilp/evm-signer-kms"
homepage = "https://github.com/orlowskilp/evm-signer-kms"
documentation = "https://docs.rs/evm-signer-kms"
readme = "README.md"
keywords = ["ethereum", "evm", "signer", "kms", "aws"]
categories = ["cryptography", "cryptography::cryptocurrencies"]
exclude = [
".gitignore",
".git",
".github",
".devcontainer",
]

[dependencies]
sha3 = "0.10.8"
Expand Down
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ test:
cargo fmt
cargo test --lib --tests

.PHONY: test_coverage
test_coverage:
cargo llvm-cov

.PHONY: doc_test
doc_test:
cargo test --doc
Expand Down

0 comments on commit c8f0442

Please sign in to comment.