src/tools/generate-copyright/Cargo.toml TOML 16 lines View on github.com → Search inside
1[package]2name = "generate-copyright"3version = "0.1.0"4edition = "2021"5description = "Produces a manifest of all the copyrighted materials in the Rust Toolchain"67# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html89[dependencies]10anyhow = "1.0.65"11askama = "0.16.0"12cargo_metadata = "0.21"13serde = { version = "1.0.147", features = ["derive"] }14serde_json = "1.0.85"15thiserror = "1"

Findings

✓ No findings reported for this file.

Get this view in your editor

Same data, no extra tab — call code_get_file + code_get_findings over MCP from Claude/Cursor/Copilot.