[package] name = "deskc-types" version = "0.0.0" license = "MIT OR Apache-2.0" description = "The application platform for your cyberpunk desk" homepage = "https://github.com/Hihaheho/Desk" repository = "https://github.com/Hihaheho/Desk" readme = "../../../../README.md" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] withserde = ["serde"] [dependencies] serde = { version = "1.0", features = ["derive"], optional = true }