ipcs-apidefs 0.0.0

API type definitions for IPCS HTTP api
Documentation
[package]
name = "ipcs-apidefs"
version = "0.0.0"
authors = ["Michal Hornicky <mhornick@redhat.com>"]
repository = "https://github.com/semtexzv/ipcs"
description = "API type definitions for IPCS HTTP api"
edition = "2018"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

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