contego/Cargo.toml

19 lines
512 B
TOML
Raw Normal View History

2022-07-10 21:16:50 +02:00
[package]
name = "fragilebyte"
authors = ["Arttu Einistö"]
description = "TCP socket pair for file transfer, backend for https://github.com/einisto/leightbox"
version = "0.3.0"
2022-07-10 21:16:50 +02:00
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1.20.3", features = ["full"] }
clap = { version = "3.2.8", features = ["derive"] }
local-ip-address = "0.4.4"
rand = "0.8.5"
[dev-dependencies]
tokio-test = "0.4.2"
ntest = "0.8.1"