std/toml/deno.json
Asher Gomez 74388acd49
chore(toml): release toml@1.0.0 (#5204)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-07-10 01:03:29 +00:00

10 lines
154 B
JSON

{
"name": "@std/toml",
"version": "1.0.0",
"exports": {
".": "./mod.ts",
"./parse": "./parse.ts",
"./stringify": "./stringify.ts"
}
}