[package] name = "vndb_tags_get" version = "1.2.1" authors = ["poly000 "] edition = "2021" license = "MIT" description = "convert VNDB tag list (JSON to markdown)" categories = ["parser-implementations"] repository = "https://github.com/poly000/vndb_tags_get" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde_json = "1.0" serde = { version = "1.0", features = ["derive"] } [profile.release] lto = true strip = true panic = "abort"