删除冗余,修改描述

This commit is contained in:
2026-06-17 13:48:25 +08:00
parent 57c030a62a
commit 08aadef8cf
3 changed files with 1 additions and 155 deletions
+1 -2
View File
@@ -2,7 +2,7 @@
name = "iAs"
version = "0.1.0"
edition = "2024"
description = "微信 AI 智能助手 — 通过 DeepSeek LLM 实现 AI 自动回复"
description = "AI 智能助手"
[dependencies]
# ── 异步运行时 ──
@@ -51,4 +51,3 @@ scraper = "0.27.0" # HTML 解析(f
[[bin]]
name = "ias"
path = "src/main.rs"