mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-20 06:43:57 +00:00
6 lines
60 B
TOML
6 lines
60 B
TOML
|
|
foo = "bar"
|
||
|
|
|
||
|
|
[nested]
|
||
|
|
hi = "hello"
|
||
|
|
array = [ "one", "two" ]
|