redox/recipes/wip/net/server/spadesx/recipe.toml
2025-10-12 19:54:54 -03:00

12 lines
239 B
TOML

#TODO not compiled or tested
# build instructions: https://github.com/SpadesX/SpadesX#installation
[source]
git = "https://github.com/SpadesX/SpadesX"
[build]
template = "cmake"
dependencies = [
"readline",
"zlib",
"json-c",
]