mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
29629d0075
I found these by setting the `unused_crate_dependencies` lint temporarily to `Warn`.
8 lines
108 B
TOML
8 lines
108 B
TOML
[package]
|
|
name = "stable_mir"
|
|
version = "0.1.0-preview"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
scoped-tls = "1.0"
|