From 58224bc65910ae94cff81b2cdcd74a435498f5f2 Mon Sep 17 00:00:00 2001 From: Sergey Parilin Date: Wed, 27 Mar 2019 18:09:51 +0300 Subject: profiling crate first draft --- crates/ra_prof/Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 crates/ra_prof/Cargo.toml (limited to 'crates/ra_prof/Cargo.toml') 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 @@ +[package] +edition = "2018" +name = "ra_prof" +version = "0.1.0" +authors = ["rust-analyzer developers"] +publish = false + +[dependencies] +lazy_static = "1.3.0" \ No newline at end of file -- cgit v1.2.3