diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-06-13 17:43:10 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-06-13 18:03:32 +0800 |
commit | 39cf810f5867841d832a5ec99d3ce5398d831b56 (patch) | |
tree | f94be77c916da09f8a3f3de1bdbe1607445838f7 /deno/mail-relay/deno.json | |
parent | 83401de7ffd726cb02903f0db1f45f981da30c3f (diff) | |
download | crupest-39cf810f5867841d832a5ec99d3ce5398d831b56.tar.gz crupest-39cf810f5867841d832a5ec99d3ce5398d831b56.tar.bz2 crupest-39cf810f5867841d832a5ec99d3ce5398d831b56.zip |
deno: use yargs in mail-relay.
Diffstat (limited to 'deno/mail-relay/deno.json')
-rw-r--r-- | deno/mail-relay/deno.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/deno/mail-relay/deno.json b/deno/mail-relay/deno.json index 22aae59..9105747 100644 --- a/deno/mail-relay/deno.json +++ b/deno/mail-relay/deno.json @@ -5,7 +5,6 @@ "compile": "deno compile -o out/crupest-relay -A aws/app.ts" }, "imports": { - "@std/cli": "jsr:@std/cli@^1.0.19", "@aws-sdk/client-s3": "npm:@aws-sdk/client-s3@^3.821.0", "@aws-sdk/client-sesv2": "npm:@aws-sdk/client-sesv2@^3.821.0", "@db/sqlite": "jsr:@db/sqlite@^0.12.0", |