Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammad-fiaz authored Jan 9, 2024
1 parent 594a045 commit 2057901
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
name = "logly"
version = "0.0.1"
edition = "2021"
description = "A Rust logging package designed to simplify and enhance your logging experience."
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand All @@ -14,4 +16,3 @@ env_logger = "0.10.1"
termcolor = "1.1"
ansi_term = "0.12.1"
regex = "1.10.2"

0 comments on commit 2057901

Please sign in to comment.