diff --git a/custom/toml/toml.ts b/custom/toml/toml.ts index 7789bc0..341740e 100644 --- a/custom/toml/toml.ts +++ b/custom/toml/toml.ts @@ -1,4 +1,4 @@ -import { parse } from "std/encoding/toml.ts" +import { parse } from "std/toml/mod.ts" export default async function toml(path: string | URL) { const content = await Deno.readTextFile(path)