redox/recipes/wip/innernet-server/recipe.toml
2023-12-21 17:03:37 +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
"""