[package] name = "rsm" version = "1.0.0" edition = "2018" authors = ["yxqsnz"] description = "A Simple build system based on make" license-file = "LICENSE" readme = "README.md" categories = ["command-line-utilities"] homepage = "https://gitlab.com/yxqsnz/rsm" repository = "https://gitlab.com/yxqsnz/rsm" exclude = ["rsm.build","target",".vscode", ".gitlab-ci",".gitignore"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] yaml-rust = "0.4.5" colored = "2.0.0" chrono = "0.4.19" toml = "0.5.8"