mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
10 lines
170 B
TOML
10 lines
170 B
TOML
#TODO not compiled or tested
|
|
[source]
|
|
git = "https://github.com/sohzm/jasonisnthappy"
|
|
shallow_clone = true
|
|
[build]
|
|
template = "cargo"
|
|
cargoexamples = [
|
|
"bench_all"
|
|
]
|