[package]
edition = "2021"
name = "foundry-types"
version = "0.1.0"
authors = [
"Logan",
"Lugina <lugina@ltechnosoft.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared types and JSON envelope contracts for Rust Foundry"
homepage = "https://github.com/logando-al/rust-foundry"
readme = false
license = "MIT"
repository = "https://github.com/logando-al/rust-foundry"
[lib]
name = "foundry_types"
path = "src/lib.rs"
[dependencies.anyhow]
version = "1"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.thiserror]
version = "2"