rustbook/examples/ex03/Cargo.toml

10 lines
253 B
TOML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[package]
name = "file_processor"
version = "0.1.0"
edition = "2021"
authors = ["Rust实战精要"]
description = "第3章示例文件处理工具库"
[dependencies]
thiserror = "1.0" # 简化错误定义
anyhow = "1.0" # 错误处理工具