feat: use tracing crate to measure cpu time
This commit is contained in:
parent
80fe2c6d83
commit
0a5e25e4f0
8 changed files with 289 additions and 104 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue