From a95b471701af4a978083799c84e2cdf5b590c2b8 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Wed, 11 Jun 2025 17:56:54 +0800 Subject: feat(tools): add a secret tool. --- deno/tools/deno.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 deno/tools/deno.json (limited to 'deno/tools/deno.json') diff --git a/deno/tools/deno.json b/deno/tools/deno.json new file mode 100644 index 0000000..3597182 --- /dev/null +++ b/deno/tools/deno.json @@ -0,0 +1,7 @@ +{ + "version": "0.1.0", + "tasks": { + }, + "imports": { + } +} -- cgit v1.2.3