Files
pubky-core/e2e/Cargo.toml
Severin Alexander Bühler a485d8c2f4 feat(client): Set Relays in the JS Client Config (#139)
* added js pubky client constructor config

* fixed bugs

* fmt and cargotoml

* moved wasm constructor order

* removed pubky-common reexport of client
2025-05-23 18:32:37 +03:00

13 lines
293 B
TOML

[package]
name = "e2e"
edition.workspace = true
version = "0.1.0"
publish = false
[dependencies]
pubky-testnet = { workspace = true }
tokio = { version = "1.43.0", features = ["full", "test-util"] }
tracing-subscriber = "0.3.19"
pkarr = {workspace = true}
reqwest = "0.12.15"
bytes = "1.10.1"