mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-04-22 04:27:56 +00:00
7d53d4f679
* run toml sort and add script for it * add ci * try patch * try fix * add file permissions * check if installation state persists or starts from scratch every time * Revert "check if installation state persists or starts from scratch every time" This reverts commit 45e7aae8d2f18cbe1a78482d234b98fcfbe8b6ae. * Apply suggestions from code review * clean * fix * try revert * fix
30 lines
398 B
TOML
30 lines
398 B
TOML
keys = [
|
|
"workspace",
|
|
"name",
|
|
"package",
|
|
"bin",
|
|
"lib",
|
|
"test",
|
|
"dependencies",
|
|
"dev-dependencies",
|
|
"build-dependencies",
|
|
"features",
|
|
"default",
|
|
"std",
|
|
]
|
|
|
|
inline_keys = [
|
|
"package",
|
|
"workspace",
|
|
"path",
|
|
"git",
|
|
"branch",
|
|
"rev",
|
|
"version",
|
|
"default-features",
|
|
"optional",
|
|
"features",
|
|
]
|
|
|
|
sort_string_arrays = true
|