redox/recipes/wip/tools/tui-journal/recipe.toml
2025-11-13 08:56:13 -03:00

13 lines
212 B
TOML

#TODO not compiled or tested
[source]
git = "https://github.com/AmmarAbouZor/tui-journal"
[build]
template = "custom"
dependencies = [
"openssl3",
"sqlite3",
]
script = """
DYNAMIC_INIT
cookbook_cargo
"""