mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-27 07:14:18 +08:00
10 lines
164 B
TOML
10 lines
164 B
TOML
#TODO make libnettle work
|
|
[source]
|
|
git = "https://gitlab.com/sequoia-pgp/sequoia-sq"
|
|
[build]
|
|
template = "cargo"
|
|
dependencies = [
|
|
"openssl1",
|
|
"libnettle",
|
|
]
|