[package] name = "marsh-types" version = "0.0.8" description = "Types for interacting with Marsh backend infrasturcture" edition = "2021" license = "Apache-2.0" homepage = "https://marsh.miraland.io" documentation = "https://marsh.miraland.io" repository = "https://github.com/miraland-labs/marsh-types" readme = "./README.md" keywords = ["solana", "crypto", "miraland", "mars", "marsh"] [lib] name = "marsh_types" crate-type = ["rlib", "cdylib"] [dependencies] drillx = { package = "marsh-drillx", version = "2.0.0-rc3" } postgres-types = { version = "0.2.6", features = ["derive"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"