redox/recipes/wip/db/skytable/recipe.toml
2026-04-11 07:16:54 +07:00

14 lines
228 B
TOML

#TODO libsky crate error
[source]
git = "https://github.com/skytable/skytable"
shallow_clone = true
[build]
template = "custom"
dependencies = [
"openssl3",
]
script = """
DYNAMIC_INIT
cookbook_cargo_packages skysh skyd
"""