mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-30 00:28:44 +08:00
14 lines
228 B
TOML
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
|
|
"""
|