[package] name = "kanjidic_converter" version = "0.1.2" edition = "2018" license = "CC-BY-SA-3.0" description = "A program to convert from the Kanjidic XML format to a JSON format." homepage = "https://github.com/tim-harding/kanjidic_utilities" repository = "https://github.com/tim-harding/kanjidic_utilities" readme = "README.md" [dependencies] kanjidic_parser = { version = "0.1.3", path = "../kanjidic_parser" } thiserror = "1.0.35" serde_json = "1.0.85" clap = { version = "4.4.18", features = ["derive"] }