# ************************************************** # * Author: Iceyee * # * Mail: iceyee.studio@qq.com * # * Git: https://github.com/iceyee * # ************************************************** # [package] name = "iceyee_logger" version = "11.0.0" edition = "2021" description = "Logger." keywords = ["iceyee", "logger"] license = "Apache-2.0" repository = "https://github.com/iceyee/rust_iceyee/tree/main/iceyee_logger/" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] iceyee_time = "11" tokio = { version = "1", features = ["full"] }