mirror of
https://github.com/aljazceru/pubky-core.git
synced 2026-02-23 23:14:29 +01:00
32 lines
809 B
TOML
32 lines
809 B
TOML
[package]
|
|
name = "pubky-testnet"
|
|
description = "A local test network for Pubky Core development."
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
|
|
|
|
keywords = ["pkarr", "pubky", "testnet", "testing"]
|
|
categories = ["web-programming", "authentication", "cryptography"]
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.95"
|
|
pkarr-relay = { workspace = true }
|
|
tokio = { version = "1.43.0", features = ["full"] }
|
|
tracing-subscriber = "0.3.19"
|
|
url = "2.5.4"
|
|
|
|
pubky = { workspace = true }
|
|
pubky-common = { workspace = true }
|
|
pubky-homeserver = { workspace = true }
|
|
http-relay = { workspace = true }
|
|
tempfile = "3.19.1"
|
|
tracing = "0.1.41"
|
|
pkarr = { workspace = true }
|
|
mainline = { workspace = true }
|
|
clap = "4.5.36"
|
|
dirs = "6.0.0"
|