Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add notary client crate #489

Merged
merged 15 commits into from
Jun 18, 2024
2 changes: 1 addition & 1 deletion tlsn/tlsn-notary-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ notary-server = { path = "../../notary-server" }
tlsn-common.workspace = true

derive_builder.workspace = true
futures.workspace = true
http-body-util.workspace = true
hyper = { workspace = true, features = ["client", "http1"] }
hyper-util = { workspace = true, features = ["full"] }
Expand All @@ -27,7 +28,6 @@ tokio = { workspace = true, features = [
"io-std",
"fs",
] }
tokio-util.workspace = true
tracing = { workspace = true, optional = true }

serde = { version = "1.0.147", features = ["derive"] }
Expand Down
Loading
Loading