[package] name = "baldr" version = "0.2.1" edition = "2021" rust-version = "1.81" authors = [ "Gábor Krisztián Girhiny ", ] description = "Convenience tool for building and running C++ code." homepage = "https://github.com/ystre/baldr" documentation = "http://docs.rs/baldr/" readme = "README.md" keywords = [ "cli", "cpp", "build", "tool", ] categories = ["development-tools::build-utils"] license = "MIT" repository = "https://github.com/ystre/baldr.git" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dev-dependencies] assert_cmd = { version = "2.0.16", features = ["color", "color-auto"] } assert_fs = "1.1.2" predicates = "3.1.2" [dependencies] clap = { version = "4.5.4", features = ["derive"] } config = "0.14.0" env_logger = "0.11.3" log = "0.4.21" walkdir = "2.5.0" [lints.clippy] unwrap_used = "warn" single_match_else = "warn" uninlined_format_args = "warn" missing_errors_doc = "warn" missing_panics_doc = "warn" manual_string_new = "warn" ignored_unit_patterns = "warn"