[dependencies.module-id]
version = "0.1.0"
[dependencies.mv-core-types]
version = "0.1.0"
[dependencies.serde]
version = "1.0.137"
[dev-dependencies.serde_json]
version = "1.0.81"
[features]
address20 = ["module-id/address20", "mv-core-types/address20"]
address32 = ["module-id/address32", "mv-core-types/address32"]
default = []
[package]
authors = ["Ian Macalinao <ian@moving.wtf>"]
description = "Move error map which can be represented as JSON."
edition = "2021"
homepage = "https://moving.wtf"
license = "Apache-2.0"
name = "errmap"
repository = "https://github.com/movingco/bj"
version = "0.1.0"