redox/recipes/wip/tools/innernet-server/recipe.toml
2024-07-09 00:06:39 +00:00

12 lines
189 B
TOML

#TODO shared crate error
[source]
git = "https://github.com/tonarino/innernet"
[build]
template = "custom"
dependencies = [
"sqlite3",
]
script = """
cookbook_cargo_packages server
"""