From 8150dc2b1f0e1e77f3ea4baf1040786d3787fae4 Mon Sep 17 00:00:00 2001 From: rasul Date: Sun, 6 Dec 2020 10:15:39 -0600 Subject: [PATCH] update description, repo to gitlab, remove badge, update colored dep, set edition 2018 --- Cargo.toml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 86e801c..8d54af1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,17 +2,15 @@ name = "rag" version = "0.0.1" authors = ["rascul "] -description = "Simple logger" +description = "Simple to use logger implementation" license = "MIT" -repository = "https://github.com/rascul/rag" +repository = "https://gitlab.com/rascul/rag" documentation = "https://docs.rs/rag" readme = "README.md" keywords = ["log"] - -[badges] -travis-ci = { repository = "/rascul/rag" } +edition = "2018" [dependencies] chrono = "0.4" -colored = "1.6" +colored = "2.0" log = "0.4"