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.

17 lines
383 B

7 years ago
[package]
name = "rag"
version = "0.2.0"
7 years ago
authors = ["rascul <rascul3@gmail.com>"]
description = "Simple to use logger implementation"
7 years ago
license = "MIT"
repository = "https://gitlab.com/rascul/rag"
7 years ago
documentation = "https://docs.rs/rag"
readme = "README.md"
keywords = ["log"]
edition = "2018"
7 years ago
[dependencies]
chrono = { version = "0.4", features = ["std"] }
colored = "2.0"
log = "0.4"