mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 10:25:09 +01:00
9 lines
165 B
TOML
9 lines
165 B
TOML
[package]
|
|
name = "stable_mir"
|
|
version = "0.1.0-preview"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
scoped-tls = "1.0"
|
|
serde = { version = "1.0.125", features = [ "derive" ] }
|