mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-03 01:58:41 +08:00
13 lines
251 B
TOML
13 lines
251 B
TOML
#TODO Not compiled or tested
|
|
[source]
|
|
git = "https://github.com/tonarino/innernet"
|
|
rev = "8d058c8d879bdeec64506f2d34c2c55e2975ec28"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"sqlite3",
|
|
]
|
|
script = """
|
|
cookbook_cargo_packages innernet-server
|
|
"""
|