redox/recipes/wip/db/tsql/recipe.toml
2026-01-03 15:20:34 -03:00

11 lines
193 B
TOML

#TODO not compiled or tested
[source]
git = "https://github.com/fcoury/tsql"
[build]
template = "custom"
script = """
cookbook_cargo_packages tsql
"""
[package]
dependencies = ["postgresql16"]