Skip to content

Commit 185c772

Browse files
committed
chore: integrating tracer in rust
1 parent 43ea335 commit 185c772

File tree

6 files changed

+1025
-873
lines changed

6 files changed

+1025
-873
lines changed

Cargo.lock

Lines changed: 178 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ napi = { version = "2", features = ["async", "napi6", "serde-json"] }
1515
serde = { version = "1.0", features = ["derive"] }
1616
napi-derive = { version = "2", default-features = false, features = ["strict", "compat-mode"] }
1717
quiche = { version = "0.18.0", features = ["boringssl-boring-crate", "boringssl-vendored"] }
18+
tokio = { version = "1", features = ["full"] }
1819
boring = "3"
1920

2021
[build-dependencies]

0 commit comments

Comments
 (0)