redox/recipes/wip/db/dbc/recipe.toml
2026-06-09 17:56:46 -03:00

12 lines
273 B
TOML

#TODO add script for compilation: https://docs.columnar.tech/dbc/getting_started/installation/
[source]
git = "https://github.com/columnar-tech/dbc"
rev = "v0.3.0"
shallow_clone = true
[build]
template = "custom"
dev-dependencies = [
"host:python312",
"host:go",
]