rust/compiler/stable_mir/Cargo.toml
Nicholas Nethercote 29629d0075 Remove some unused crate dependencies.
I found these by setting the `unused_crate_dependencies` lint
temporarily to `Warn`.
2024-06-10 19:55:49 +10:00

8 lines
108 B
TOML

[package]
name = "stable_mir"
version = "0.1.0-preview"
edition = "2021"
[dependencies]
scoped-tls = "1.0"