blob: 83fda7ef07c49f7a556e301fe159b3cd5fa5b3c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[package]
name = "rustc_llvm"
version = "0.0.0"
edition = "2021"
[dependencies]
# tidy-alphabetical-start
libc = "0.2.73"
# tidy-alphabetical-end
[build-dependencies]
# tidy-alphabetical-start
cc = "1.0.97"
# tidy-alphabetical-end
|