Skip to content

Commit

Permalink
Update Cargo.toml (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
vgeddes authored Jan 15, 2024
1 parent 7d21583 commit 5c01c8a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
[package]
name = "ethabi-decode"
version = "1.4.0"
authors = ["Vincent Geddes <vincent.geddes@hey.com>"]
version = "1.0.0"
authors = ["Vincent Geddes <vincent@snowfork.com"]
edition = "2021"
license = "Apache-2.0"
keywords = ["ethereum", "eth", "abi", "solidity"]
keywords = ["ethereum"]
categories = ["cryptography::cryptocurrencies"]
description = "Decoding of ABI-encoded data and event logs"
repository = "https://github.com/Snowfork/ethabi-decode.git"

[dependencies]
tiny-keccak = { version = "2.0.2", features = ["keccak"] }
Expand All @@ -20,5 +22,5 @@ paste = "1.0.12"
[features]
default = ["std"]
std = [
'ethereum-types/std',
"ethereum-types/std",
]

0 comments on commit 5c01c8a

Please sign in to comment.