summaryrefslogtreecommitdiffstats
path: root/compiler/stable_mir/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/stable_mir/Cargo.toml')
-rw-r--r--compiler/stable_mir/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/compiler/stable_mir/Cargo.toml b/compiler/stable_mir/Cargo.toml
new file mode 100644
index 000000000..c61e217bf
--- /dev/null
+++ b/compiler/stable_mir/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "stable_mir"
+version = "0.1.0-preview"
+edition = "2021"
+
+[dependencies]
+tracing = "0.1"
+scoped-tls = "1.0"