# The developer tools workspace, kept separate from the product on purpose. # # The root manifest lists `tools` under `exclude`, so nothing here is reachable # from `cargo build --workspace`, `cargo test --workspace` or the clippy run in # scripts/lint.sh. A tool may take a dependency the product would never ship, # and may lag or lead the product's own lints, without any of that showing up # in a release build. Lint this workspace on its own: # # cargo clippy --manifest-path tools/Cargo.toml --all-targets -- -D warnings [workspace] resolver = "3" members = ["xray", "xray-clones", "xray-clusters", "xray-common", "xray-literals"] [workspace.package] version = "0.1.0" edition = "2021" rust-version = "1.90" license = "MIT" repository = "https://tangled.org/permadeath.com/didbot" publish = false