ripper 0.1.0

Simple client/server, UDP based, utility that returns the IP of the client.
Documentation
[package]
name = "ripper"
version = "0.1.0"
authors = ["Kevin Cotugno <kevin@kevincotugno.com>"]
description = "Simple client/server, UDP based, utility that returns the IP of the client."
license = "BSD-2-Clause"

[[bin]]
name = "ripper"
path = "src/bin/client.rs"

[[bin]]
name = "ripper-server"
path = "src/bin/server.rs"

[lib]
name = "ripper"
path = "src/ripper/lib.rs"

[dependencies]
clap = "~2.32"