feat: use tracing crate to measure cpu time

This commit is contained in:
YetAnotherMinion 2021-12-10 00:18:01 +00:00 committed by nobody
commit 0a5e25e4f0
Signed by: GrocerPublishAgent
GPG key ID: D460CD54A9E3AB86
8 changed files with 289 additions and 104 deletions

View file

@ -19,7 +19,11 @@ serde = { version = "1.0", features = [ "derive" ] }
serde_json = { version ="1.0", features = [] }
structopt = { version = "0.3" }
elm-project-utils = { path = "../../../infra/rust-elm-project-utils" }
tracing = "0.1"
tracing = { version = "0.1", features = [] }
rustc-hash = "1.1"
# Required to transpile view functions to Rust
genco = "0.15"
# All of these are required for deno's javascript runtime. We need to keep the
# same versions as other projects in our cargo workspace. Multiple different