mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-04-21 23:47:56 +00:00
1bb2e96501
* evm template integrated * workflows modified per template * workflow fixes
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
|