Cargo.toml 176 B

1234567891011
  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"
  9. syslog = "~3.1.0"