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

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