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.