mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-04 02:28:45 +08:00
13 lines
212 B
TOML
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
|
|
""" |