feat(taxonomy): add rust sidecar compact surface pipeline

This commit is contained in:
2026-03-12 15:23:10 -04:00
parent f2c25fb9c6
commit 58061af006
84 changed files with 19350 additions and 265 deletions

View File

@@ -0,0 +1,18 @@
[package]
name = "fiscal-xbrl-core"
version.workspace = true
edition.workspace = true
license.workspace = true
[features]
default = []
with-crabrl = ["dep:crabrl"]
[dependencies]
anyhow.workspace = true
once_cell.workspace = true
regex.workspace = true
reqwest.workspace = true
serde.workspace = true
serde_json.workspace = true
crabrl = { path = "../vendor/crabrl", default-features = false, optional = true }