about summary refs log tree commit diff
path: root/src/tools/llvm-bitcode-linker/Cargo.toml
blob: f78f8b618d31102b1fd1f683dd4f9471876bb531 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "llvm-bitcode-linker"
version = "0.0.1"
description = "A self-contained linker for llvm bitcode"
license = "MIT OR Apache-2.0"
edition = "2021"
publish = false

[dependencies]
anyhow = "1.0"
tracing.workspace = true
tracing-subscriber = { version = "0.3.0", features = ["std"] }
clap = { version = "4.3", features = ["derive"] }
thiserror = "1.0.24"