[package] name = "fyyd-types" version = "0.1.2" description = "Types for the fyyd-api crate." authors.workspace = true edition.workspace = true license.workspace = true readme.workspace = true documentation.workspace = true repository.workspace = true homepage.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0.162", features = ["derive"] } serde_json = "1.0" [package.metadata.docs.rs] all-features = true