mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 23:58:42 +08:00
10 lines
163 B
TOML
10 lines
163 B
TOML
#TODO outdated redox_syscall crate
|
|
[source]
|
|
git = "https://github.com/kpcyrd/sn0int"
|
|
[build]
|
|
template = "cargo"
|
|
dependencies = [
|
|
"libsodium",
|
|
"sqlite3",
|
|
]
|