ethane-types 1.0.2

The type system of ethane with minimal dependencies
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "ethane-types"
version = "1.0.2"
authors = ["ZGEN <info@zgen.hu>"]
edition = "2018"
description = "The type system of ethane with minimal dependencies"
repository = "https://github.com/zgendao/ethane"
license = "MIT"
keywords = ["web3", "ethereum", "simple", "type-system"]
categories = ["cryptography::cryptocurrencies", "web-programming"]
readme = "../README.md"

[dependencies]
serde = { version = "1", features = ["derive"] }

[dev-dependencies]
serde_test = "1"