redox/recipes/wip/db/skytable/recipe.toml
2026-01-03 15:44:34 -03:00

14 lines
228 B
TOML

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