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

11 lines
169 B
TOML

#TODO compile and test
[source]
git = "https://github.com/columnar-tech/databow"
shallow_clone = true
[build]
template = "cargo"
[package]
dependencies = [
"dbc",
]