feat: added benchmark
This commit is contained in:
@@ -6,6 +6,10 @@ edition = "2021"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
anyhow = { version = "1.0.71", features = ["backtrace"] }
|
||||
eyre = { version = "*" }
|
||||
dagger-sdk = "0.2.22"
|
||||
tokio = { version = "1.28.1", features = ["full"] }
|
||||
async-scoped = { version = "0.7.1", features = ["use-tokio"] }
|
||||
tracing-subscriber = "0.3.17"
|
||||
tracing = { version = "0.1.37", features = ["log"] }
|
||||
stopwatch = "0.0.7"
|
||||
|
Reference in New Issue
Block a user