Skip to content

Commit

Permalink
fix toml keyword (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
kigawas authored Dec 9, 2020
1 parent a5c1347 commit 9d893d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .vscode/spellright.dict
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ NONINFRINGEMENT
md
typenum
rs
ecc
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2018"
keywords = [
"secp256k1",
"crypto",
"elliptic curves",
"ecc",
"ecies",
"cryptocurrency",
]
Expand Down

0 comments on commit 9d893d1

Please sign in to comment.