Files
panaetius/tests/data/without_logging/panaetius_testing/config.toml
2021-10-18 00:12:20 +01:00

11 lines
329 B
TOML

[panaetius_testing]
some_top_string = "some_top_value"
[panaetius_testing.second]
some_second_string = "some_second_value"
some_second_int = 1
some_second_float = 1.0
some_second_list = ["some", "second", "value"]
some_second_table = { "first" = ["some", "first", "value"] }
some_second_table_bools = { "bool" = [true, false] }