[package] name = "xcell" version = "0.1.1" authors = ["Aster <192607617@qq.com>"] description = "[XCell](https://github.com/oovm/XCell) command line tool" repository = "https://github.com/oovm/XCell" documentation = "https://docs.rs/xcell" readme = "Readme.md" license = "MPL-2.0" edition = "2021" [dependencies] log = "0.4.17" env_logger = "0.10.0" colored = "2.0.0" chrono = "0.4.23" clap = { version = "4.0.32", features = ["derive"] } tokio = { version = "1.23.0", features = ["full"] } [dependencies.xcell-core] version = "0.1.0" path = "../xcell-core" [dev-dependencies] [target.'cfg(windows)'.build-dependencies] winres = "0.1.12" [package.metadata.winres] OriginalFilename = "XCell.exe" LegalCopyright = "Copyright © 2020" [features] default = []