[package] name = "fragilebyte" author = "Arttu Einistö" about = "TCP socket pair for file transfer, backend for https://github.com/einisto/leightbox" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [[bin]] name = "server" [[bin]] name = "client" [dependencies] tokio = { version = "1.19.2", features = ["full"] } clap = { version = "3.2.8", features = ["derive"] } local-ip-address = "0.4.4"