[package] name = "problem-spec" version = "0.1.0" edition = "2021" description = "this is a problem spec lib" license = "Apache-2.0" documentation = "https://github.com/dongwq/problem-spec" repository = "https://github.com/dongwq/problem-spec" [dependencies] derive_builder = "0.20" serde_json = "1.0" serde = { version = "1.0.204", features = ["derive"] }