[package] name = "commonlib" version = "0.1.2" authors = ["HarlanC "] edition = "2018" description = "a common library for xiu project." license = "MIT" repository = "https://github.com/harlanc/xiu" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "^1.0" env_logger = "0.10.0" job_scheduler_ng = "2.0.4" chrono = "0.4" failure = "0.1.8" log = "0.4.0" indexmap = "1.9.3" md5 = "0.7.0" serde = { version = "1.0", features = ["derive", "rc"] } serde_derive = "1.0"