Cargo.toml 158 B

12345678910
  1. [package]
  2. name = "portspoof"
  3. version = "0.1.0"
  4. authors = ["Michele Orrù <maker@tumbolandia.net>"]
  5. [dependencies]
  6. rand = "0.3.0"
  7. mio = "0.6.0"
  8. log = "0.3.6"