aboutsummaryrefslogtreecommitdiff
path: root/crates/paths/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/paths/Cargo.toml')
-rw-r--r--crates/paths/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/crates/paths/Cargo.toml b/crates/paths/Cargo.toml
new file mode 100644
index 000000000..cbe2c26e2
--- /dev/null
+++ b/crates/paths/Cargo.toml
@@ -0,0 +1,9 @@
1[package]
2name = "paths"
3version = "0.1.0"
4authors = ["rust-analyzer developers"]
5edition = "2018"
6license = "MIT OR Apache-2.0"
7
8[lib]
9doctest = false