mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
11 lines
196 B
TOML
11 lines
196 B
TOML
# TODO fails to compile on mlua and aws-lc-sys
|
|
[source]
|
|
git = "https://github.com/outragedevs/repartee"
|
|
shallow_clone = true
|
|
[build]
|
|
template = "cargo"
|
|
dependencies = [
|
|
"lua54",
|
|
"openssl3",
|
|
]
|