Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/test-fixture/Cargo.toml')
-rw-r--r--crates/test-fixture/Cargo.toml21
1 files changed, 21 insertions, 0 deletions
diff --git a/crates/test-fixture/Cargo.toml b/crates/test-fixture/Cargo.toml
new file mode 100644
index 0000000000..35e3922989
--- /dev/null
+++ b/crates/test-fixture/Cargo.toml
@@ -0,0 +1,21 @@
+[package]
+name = "test-fixture"
+version = "0.0.0"
+rust-version.workspace = true
+edition.workspace = true
+license.workspace = true
+authors.workspace = true
+publish = false
+
+[dependencies]
+hir-expand.workspace = true
+test-utils.workspace = true
+tt.workspace = true
+cfg.workspace = true
+base-db.workspace = true
+rustc-hash.workspace = true
+span.workspace = true
+stdx.workspace = true
+
+[lints]
+workspace = true \ No newline at end of file