Files
darkfi/script/ping/Cargo.toml
2026-01-01 19:48:04 +00:00

18 lines
450 B
TOML

[package]
name = "ping"
version = "0.1.0"
homepage = "https://dark.fi"
description = "Ping tool for servers"
authors = ["Dyne.org foundation <foundation@dyne.org>"]
repository = "https://codeberg.org/darkrenaissance/darkfi"
license = "AGPL-3.0-only"
edition = "2021"
[dependencies]
darkfi = {path = "../../", features = ["net"]}
darkfi-serial = {path = "../../src/serial"}
url = {version = "2.5.7", features = ["serde"]}
smol = "2.0.2"
[workspace]