mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
9 lines
124 B
TOML
9 lines
124 B
TOML
|
[package]
|
||
|
name = "stable_mir"
|
||
|
version = "0.1.0-preview"
|
||
|
edition = "2021"
|
||
|
|
||
|
[dependencies]
|
||
|
tracing = "0.1"
|
||
|
scoped-tls = "1.0"
|