Skip to content

Commit

Permalink
chore: ⬆️ 更新依赖、ceate版本与clippy lints
Browse files Browse the repository at this point in the history
  • Loading branch information
ARCJ137442 committed Sep 14, 2024
1 parent 69ff174 commit 2c73f1c
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "babel_nar_cli"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
description = """
Command Line Interface (CLI) of BabelNAR.rs
Expand All @@ -19,10 +19,10 @@ repository = "https://github.com/ARCJ137442/BabelNAR-CLI.rs"

## 必要的依赖 ##


[dependencies]
# 用于错误处理
thiserror = "1.0.58"
anyhow = "1.0.81"
anyhow = "1.0.88"
clearscreen = "3.0.0"

[dependencies.nar_dev_utils]
Expand Down Expand Up @@ -94,11 +94,27 @@ version = "0.9.2"
version = "4.5.17"
features = ["derive"]


### 定义库的特性 ###
[features]

# * 🚩【2024-09-12 16:27:50】暂时没有需要启用的特性
# * 🚩【2024-09-12 16:27:50】暂时没有需要开关的特性
# ## 默认启用的特性 ##
# default = [ "bundled" ] # * 默认启用所有(可选禁用)
# ## 大杂烩 ##
# bundled = []


## 配置编译检查 ##

# 有关Clippy的参考:
# * 🔗<https://doc.rust-lang.org/clippy/configuration.html>
[lints.clippy]

# 📌【2024-08-25 00:31:01】允许文档注释中出现以下情况
# ```markdown
# * 📝这是一个笔记
# ? 💭这是一个问题
# * 📍这是问题下的一个小点
# ```
doc_lazy_continuation = "allow"

0 comments on commit 2c73f1c

Please sign in to comment.