Files
pezkuwi-sdk/bizinikiwi/primitives/ethereum-standards/Cargo.toml
T

17 lines
388 B
TOML

[package]
name = "ethereum-standards"
version = "0.1.0"
authors.workspace = true
edition.workspace = true
description = "Interfaces for Ethereum standards"
license = "Apache-2.0"
homepage.workspace = true
repository.workspace = true
documentation = "https://docs.rs/ethereum-standards"
[lints]
workspace = true
[dependencies]
alloy-core = { workspace = true, features = ["sol-types"] }