mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-07-22 15:35:43 +00:00
Toml-sort (#69)
* 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
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
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
|
||||
Reference in New Issue
Block a user