[package] name = "happy-rust" version = "0.1.3" edition = "2021" license = "MIT" description = "happy-rust让编程轻松愉快" documentation = "https://docs.rs/happy-rust" readme = "README.md" homepage = "https://github.com/geekcampchina/happy-rust" repository = "https://github.com/geekcampchina/happy-rust" keywords = ["happy", "util"] categories = ["algorithms", "development-tools", "filesystem"] [dependencies] log = "~0.4.17" log4rs = "~1.2.0" [dev-dependencies] logtest = "~2.0.0"