summaryrefslogtreecommitdiffstats
path: root/compiler/rustc_driver/Cargo.toml
blob: 86a54f6befd7c647212904c1c772419ea124a64b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "rustc_driver"
version = "0.0.0"
edition = "2021"

[lib]
crate-type = ["dylib"]

[dependencies]
rustc_driver_impl = { path = "../rustc_driver_impl" }
# FIXME(Nilstrieb): 0.37.12 adds eventfd support for FreeBSD,
# but FreeBSD 12 does not support it: https://github.com/bytecodealliance/rustix/issues/716
rustix = "=0.37.11"