redox/recipes/wip/db/skytable/recipe.toml
2024-11-23 05:08:52 +00:00

12 lines
194 B
TOML

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