-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
20 lines (18 loc) · 755 Bytes
/
Cargo.toml
File metadata and controls
20 lines (18 loc) · 755 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "ulogger"
version = "0.1.0"
authors = ["userx007 <vmpxxl@gmail.com>"]
description = "Lightweight, flexible, and feature-rich logging library for Rust, supporting console and file output with multiple log levels, colors, and macros for all common data types."
readme = "README.md"
repository = "https://github.com/userx007/uRustLogger"
homepage = "https://github.com/userx007/uRustLogger"
documentation = "https://docs.rs/ulogger"
keywords = ["logger", "logging", "timestamp", "console", "logfile"]
categories = ["development-tools", "command-line-utilities"]
license = "MIT"
edition = "2021"
[dependencies]
chrono = "0.4"
lazy_static = "1.4"
[badges]
travis-ci = { repository = "userx007/uRustLogger" }