aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_prof/Cargo.toml
diff options
context:
space:
mode:
authorSergey Parilin <[email protected]>2019-03-27 15:09:51 +0000
committerSergey Parilin <[email protected]>2019-03-27 15:23:26 +0000
commit58224bc65910ae94cff81b2cdcd74a435498f5f2 (patch)
treec36dd7c9b4f8118f44787731d79ee657fdd139e2 /crates/ra_prof/Cargo.toml
parentafe96b75eae99fe2dcd7fb7c99e15507290b3d5f (diff)
profiling crate first draft
Diffstat (limited to 'crates/ra_prof/Cargo.toml')
-rw-r--r--crates/ra_prof/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/crates/ra_prof/Cargo.toml b/crates/ra_prof/Cargo.toml
new file mode 100644
index 000000000..19ce21783
--- /dev/null
+++ b/crates/ra_prof/Cargo.toml
@@ -0,0 +1,9 @@
1[package]
2edition = "2018"
3name = "ra_prof"
4version = "0.1.0"
5authors = ["rust-analyzer developers"]
6publish = false
7
8[dependencies]
9lazy_static = "1.3.0" \ No newline at end of file