mirror of
https://github.com/zaphar/ucg.git
synced 2025-07-21 18:10:42 -04:00
12 lines
180 B
Plaintext
12 lines
180 B
Plaintext
let config = {
|
|
format = "toml",
|
|
app = {
|
|
name = "app",
|
|
version = "v0.0.0",
|
|
},
|
|
metadata = {
|
|
tags = ["foo", "bar"],
|
|
},
|
|
};
|
|
|
|
out toml config; |