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 --- Cargo.lock | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 1b5de271e..5d68105f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1066,6 +1066,13 @@ dependencies = [ "drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "ra_prof" +version = "0.1.0" +dependencies = [ + "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "ra_project_model" version = "0.1.0" -- cgit v1.2.3