mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-10 13:38:43 +08:00
12 lines
234 B
TOML
12 lines
234 B
TOML
#TODO Not compiled or tested
|
|
[source]
|
|
tar = "https://github.com/tonarino/innernet/archive/refs/tags/v1.6.0.tar.gz"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"sqlite3",
|
|
]
|
|
script = """
|
|
cookbook_cargo_packages innernet-server
|
|
"""
|