aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_env/Cargo.toml
diff options
context:
space:
mode:
authorCraig Disselkoen <[email protected]>2020-05-05 22:07:10 +0100
committerCraig Disselkoen <[email protected]>2020-05-06 00:12:56 +0100
commit303b444dbb66019fc916dd350e54f7675aa3007f (patch)
tree163086a232e07ed91452122da5346383adaca58f /crates/ra_env/Cargo.toml
parent5aa1bba107ef434e61c3136120b9478a307d67a9 (diff)
pull function out into new crate ra_env; use in ra_flycheck as well
Diffstat (limited to 'crates/ra_env/Cargo.toml')
-rw-r--r--crates/ra_env/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/crates/ra_env/Cargo.toml b/crates/ra_env/Cargo.toml
new file mode 100644
index 000000000..7fed446a7
--- /dev/null
+++ b/crates/ra_env/Cargo.toml
@@ -0,0 +1,9 @@
1[package]
2edition = "2018"
3name = "ra_env"
4version = "0.1.0"
5authors = ["rust-analyzer developers"]
6
7[dependencies]
8anyhow = "1.0.26"
9dirs = "2.0"