feat(taxonomy): add rust sidecar compact surface pipeline
This commit is contained in:
15
rust/fiscal-xbrl-cli/Cargo.toml
Normal file
15
rust/fiscal-xbrl-cli/Cargo.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[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" }
|
||||
Reference in New Issue
Block a user