mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 23:04:19 +08:00
13 lines
250 B
TOML
13 lines
250 B
TOML
#TODO make the "less" dependency work
|
|
[source]
|
|
git = "https://github.com/dandavison/delta"
|
|
rev = "03f1569a9aff964e9291371d9928d0584327eae2"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"less",
|
|
]
|
|
script = """
|
|
cookbook_cargo_packages git-delta
|
|
"""
|