1234567891011 |
- [package]
- name = "simple_logger"
- version = "1.1.0"
- license = "MIT"
- authors = ["Sam Clements <[email protected]>"]
- description = "A logger that prints all messages with a readable output format"
- repository = "https://github.com/borntyping/rust-simple_logger"
- [dependencies]
- log = { version = "^0.4.5", features = ["std"] }
- chrono = "0.4.6"
|