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" # 错误处理工具