[package] name = "fiscal-xbrl-cli" version.workspace = true edition.workspace = true license.workspace = true [[bin]] name = "fiscal-xbrl" path = "src/main.rs" [dependencies] anyhow.workspace = true serde.workspace = true serde_json.workspace = true fiscal-xbrl-core = { path = "../fiscal-xbrl-core" }