mirror of
https://github.com/aljazceru/pubky-core.git
synced 2026-01-29 19:04:39 +01:00
30 lines
971 B
TOML
30 lines
971 B
TOML
[package]
|
|
name = "pubky-testnet"
|
|
version = "0.2.0-rc.1"
|
|
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"
|
|
pkarr-relay = { workspace = true }
|
|
tokio = { version = "1.43.0", features = ["full"] }
|
|
tracing-subscriber = "0.3.19"
|
|
url = "2.5.4"
|
|
|
|
pubky = { version = "0.4.3-rc.0", path = "../pubky-client" }
|
|
pubky-common = { version = "0.4.0-rc.0", path = "../pubky-common" }
|
|
pubky-homeserver = { version = "0.2.0-rc.0", path = "../pubky-homeserver" }
|
|
http-relay = { version = "0.3.0-rc.0", path = "../http-relay" }
|
|
tempfile = "3.19.1"
|
|
tracing = "0.1.41"
|
|
pkarr = { workspace = true }
|
|
mainline = { workspace = true }
|
|
clap = "4.5.36"
|
|
dirs = "6.0.0"
|