mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 15:48:45 +08:00
9 lines
149 B
TOML
9 lines
149 B
TOML
#TODO make libnettle work
|
|
[source]
|
|
git = "https://gitlab.com/sequoia-pgp/sequoia-sqv"
|
|
[build]
|
|
template = "cargo"
|
|
dependencies = [
|
|
"libnettle",
|
|
]
|