Files
pubky-core/e2e/Cargo.toml
Severin Alexander Bühler ca0995cb23 chore: Moved e2e tests / Fixes circular dependency (#88)
* moved e2e tests

* moved e2e tests to its own workspace member

* fmt
2025-03-21 13:15:33 +02:00

13 lines
298 B
TOML

[package]
name = "e2e"
version = "0.1.0"
edition = "2021"
[dependencies]
pubky-testnet = { path = "../pubky-testnet" }
pubky-common = { path = "../pubky-common" }
tokio = { version = "1.43.0", features = ["full"] }
tracing-subscriber = "0.3.19"
pkarr = "3.6.0"
reqwest = "0.12.15"
bytes = "1.10.1"