Files
Jon Häggblad c77ccddcb3 Add swagger for validator-api (#1239)
* validator-api: add swagger openapi

* Lock file
2022-05-03 14:40:11 +02:00

15 lines
401 B
TOML

[package]
name = "validator-api-requests"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
mixnet-contract-common = { path= ".../../../../common/cosmwasm-smart-contracts/mixnet-contract" }
schemars = { version = "0.8", features = ["preserve_order"] }
serde = "1.0"
[dev-dependencies]
ts-rs = "6.1.2"