summaryrefslogtreecommitdiff
path: root/deps.ts
diff options
context:
space:
mode:
Diffstat (limited to 'deps.ts')
-rw-r--r--deps.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/deps.ts b/deps.ts
new file mode 100644
index 0000000..ddbbca4
--- /dev/null
+++ b/deps.ts
@@ -0,0 +1,2 @@
+export { Hono } from "https://deno.land/x/hono/mod.ts";
+export { bearerAuth } from "https://deno.land/x/hono/bearer_auth.ts";