quantus-cli 0.3.1

Command line interface and library for interacting with the Quantus Network
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# all options https://taplo.tamasfe.dev/configuration/formatter-options.html

# global rules
[formatting]
reorder_arrays = true
inline_table_expand = false
array_auto_expand = true
array_auto_collapse = false
indent_string = "	"         # tab

[[rule]]
include = ["Cargo.toml"]
keys = ["workspace.dependencies"]

[rule.formatting]
reorder_keys = true