代码拉取完成,页面将自动刷新
[package]
name = "CLAiR"
version = "0.1.0"
authors = ["Pascal Hertleif <killercup@gmail.com>"]
edition = "2018"
[[bin]]
name = "cli-args-vars"
path = "src/tutorial/cli-args-vars.rs"
[[bin]]
name = "cli-args-struct"
path = "src/tutorial/cli-args-struct.rs"
[[bin]]
name = "cli-args-clap"
path = "src/tutorial/cli-args-clap.rs"
[[bin]]
name = "impl-draft-shortcut"
path = "src/tutorial/impl-draft-shortcut.rs"
[[bin]]
name = "impl-draft"
path = "src/tutorial/impl-draft.rs"
[[bin]]
name = "errors-custom"
path = "src/tutorial/errors-custom.rs"
[[bin]]
name = "errors-exit"
path = "src/tutorial/errors-exit.rs"
[[bin]]
name = "errors-impl"
path = "src/tutorial/errors-impl.rs"
[[bin]]
name = "output-progressbar"
path = "src/tutorial/output-progressbar.rs"
[[bin]]
name = "output-log"
path = "src/tutorial/output-log.rs"
[[bin]]
name = "machine-communication"
path = "src/in-depth/machine-communication.rs"
[[bin]]
name = "machine-communication-wc"
path = "src/in-depth/machine-communication-wc.rs"
[[bin]]
name = "machine-communication-stdin"
path = "src/in-depth/machine-communication-stdin.rs"
[[bin]]
name = "signals-ctrlc"
path = "src/in-depth/signals-ctrlc.rs"
[[bin]]
name = "signals-hooked"
path = "src/in-depth/signals-hooked.rs"
[[bin]]
name = "signals-channels"
path = "src/in-depth/signals-channels.rs"
[workspace]
members = [
"src/tutorial/testing",
]
[dependencies]
clap = { version = "4.5.4", features = ["derive"] }
anyhow = "1.0.82"
indicatif = "0.17.8"
log = "0.4.21"
env_logger = "0.11"
serde_json = "1.0.116"
serde_derive = "1.0.199"
serde = "1.0.199"
ctrlc = "3.4.4"
crossbeam-channel = "0.5.12"
signal-hook = "0.3.17"
is-terminal = "0.4.12"
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。