src/tools/llvm-bitcode-linker/Cargo.toml TOML 15 lines View on github.com → Search inside
1[package]2name = "llvm-bitcode-linker"3version = "0.0.1"4description = "A self-contained linker for llvm bitcode"5license = "MIT OR Apache-2.0"6edition = "2021"7publish = false89[dependencies]10anyhow = "1.0"11tracing = "0.1"12tracing-subscriber = {version = "0.3.0", features = ["std"] }13clap = { version = "4.3", features = ["derive"] }14thiserror = "1.0.24"

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.