You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
363 B

7 years ago
[package]
name = "rag"
version = "0.0.1"
authors = ["rascul <rascul3@gmail.com>"]
description = "Simple logger"
license = "MIT"
repository = "https://github.com/rascul/rag"
documentation = "https://docs.rs/rag"
readme = "README.md"
keywords = ["log"]
[badges]
travis-ci = { repository = "/rascul/rag" }
[dependencies]
chrono = "0.4"
colored = "1.6"
log = "0.4"