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
347 B

7 years ago
[package]
name = "rag"
4 years ago
version = "0.1"
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 = "0.4"
colored = "2.0"
log = "0.4"