redox/recipes/wip/tools/innernet-server/recipe.toml
2024-02-15 09:47:49 +00:00

12 lines
193 B
TOML

#TODO Not compiled or tested
[source]
git = "https://github.com/tonarino/innernet"
[build]
template = "custom"
dependencies = [
"sqlite3",
]
script = """
cookbook_cargo_packages server
"""