Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/span/Cargo.toml')
-rw-r--r--crates/span/Cargo.toml21
1 files changed, 21 insertions, 0 deletions
diff --git a/crates/span/Cargo.toml b/crates/span/Cargo.toml
new file mode 100644
index 0000000000..69b88b5a17
--- /dev/null
+++ b/crates/span/Cargo.toml
@@ -0,0 +1,21 @@
+[package]
+name = "span"
+version = "0.0.0"
+rust-version.workspace = true
+edition.workspace = true
+license.workspace = true
+authors.workspace = true
+
+
+[dependencies]
+la-arena.workspace = true
+rust-analyzer-salsa.workspace = true
+
+
+# local deps
+vfs.workspace = true
+syntax.workspace = true
+stdx.workspace = true
+
+[lints]
+workspace = true \ No newline at end of file