Cargo.toml 309 B

1234567891011
  1. [package]
  2. name = "simple_logger"
  3. version = "0.1.1"
  4. license = "MIT"
  5. authors = ["Sam Clements <sam@borntyping.co.uk>"]
  6. description = "A logger that prints all messages with a readable output format"
  7. repository = "https://github.com/borntyping/rust-simple_logger"
  8. [dependencies]
  9. log = "^0.3.0"
  10. time = "^0.1.21"