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/full.toml
Normal file
3
test_data/full.toml
Normal file
|
@ -0,0 +1,3 @@
|
|||
String = 'default string'
|
||||
Invariant = 'should not change'
|
||||
Int = 1
|
Loading…
Add table
Add a link
Reference in a new issue