Files
pubky-core/pubky-testnet/Cargo.toml
2025-02-13 14:27:04 +03:00

27 lines
785 B
TOML

[package]
name = "pubky-testnet"
version = "0.1.0"
edition = "2021"
authors = ["Nuh <nuh@nuh.dev>"]
description = "A local test network for Pubky Core development."
license = "MIT"
homepage = "https://github.com/pubky/pubky-core"
repository = "https://github.com/pubky/pubky-core"
keywords = ["pkarr", "pubky", "testnet", "testing"]
categories = ["web-programming", "authentication", "cryptography"]
[dependencies]
anyhow = "1.0.95"
http-relay = "0.2.0"
mainline = "5.2.0"
pkarr-relay = "0.3.0"
pubky = { version = "0.3.0", path = "../pubky" }
pubky-common = "0.3.0"
pubky-homeserver = { version = "0.1.0", path = "../pubky-homeserver" }
tokio = { version = "1.43.0", features = ["full"] }
tracing-subscriber = "0.3.19"
url = "2.5.4"
[dev-dependencies]
tracing-subscriber = "0.3.19"