mirror of
https://github.com/tlsnotary/tlsn.git
synced 2026-01-09 14:48:13 -05:00
17 lines
309 B
TOML
17 lines
309 B
TOML
[package]
|
|
edition = "2021"
|
|
name = "tlsn-benches-browser-core"
|
|
publish = false
|
|
version = "0.0.0"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
tlsn-benches-library = { workspace = true }
|
|
|
|
serio = { workspace = true }
|
|
|
|
serde = { workspace = true }
|
|
tokio-util= { workspace = true, features = ["compat", "io-util"] }
|