mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 23:58:42 +08:00
13 lines
288 B
TOML
13 lines
288 B
TOML
#TODO missing an enchant backend and dictionary, see https://github.com/your-tools/skyspell#installation
|
|
[source]
|
|
git = "https://github.com/your-tools/skyspell"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"sqlite3",
|
|
"enchant",
|
|
]
|
|
script = """
|
|
cookbook_cargo_packages skyspell
|
|
"""
|