13 lines
211 B
TOML
13 lines
211 B
TOML
[package]
|
|
name = "logger"
|
|
version = "0.1.1"
|
|
edition = "2024"
|
|
authors = ["abbytsing@gmail.com"]
|
|
|
|
[target.'cfg(target_os = "linux")'.dependencies]
|
|
libc = "0.2.161"
|
|
|
|
[dependencies]
|
|
chrono = "0.4.38"
|
|
log = "0.4.22"
|