mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
12 lines
273 B
TOML
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",
|
|
]
|