mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-20 03:44:18 +08:00
10 lines
170 B
TOML
10 lines
170 B
TOML
#TODO compiled but not tested
|
|
[source]
|
|
git = "https://github.com/m1guelpf/auto-commit"
|
|
shallow_clone = true
|
|
[build]
|
|
template = "cargo"
|
|
dependencies = [
|
|
"openssl3",
|
|
]
|