feat: add support for toml in addition to json
This commit is contained in:
parent
c3d51b1cc2
commit
e72c317bbb
22 changed files with 455 additions and 291 deletions
3
test_data/unknown.toml
Normal file
3
test_data/unknown.toml
Normal file
|
@ -0,0 +1,3 @@
|
|||
String = "config string"
|
||||
Int = 42
|
||||
Unknown = "foo"
|
Loading…
Add table
Add a link
Reference in a new issue