feat(ion): dynamic

Signed-off-by: Anhad Singh <andypython@protonmail.com>
This commit is contained in:
Anhad Singh 2025-01-23 13:12:39 +11:00
parent 3ee1f4da00
commit 88ee0be35d
No known key found for this signature in database
GPG Key ID: 80E0357347554B89

View File

@ -2,4 +2,9 @@
git = "https://gitlab.redox-os.org/redox-os/ion.git"
[build]
template = "cargo"
template = "custom"
script = """
DYNAMIC_INIT
cookbook_cargo
"""