Skip to content

Commit 9456ccb

Browse files
committed
Update author email and fix dependencies for crates.io publication
1 parent 99f6538 commit 9456ccb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
name = "rust-secure-logger"
33
version = "0.1.0"
44
edition = "2021"
5-
authors = ["Tony Chuks Awunor <your-email@example.com>"]
5+
authors = ["Tony Chuks Awunor <chuksawunor@guardsarm.com>"]
66
description = "Memory-safe security logging for financial systems and critical infrastructure"
77
license = "MIT"
88
repository = "https://github.com/guardsarm/rust-secure-logger"
99
keywords = ["security", "logging", "audit", "financial", "memory-safe"]
1010
categories = ["development-tools::debugging", "cryptography"]
1111

1212
[dependencies]
13-
chrono = "0.4"
13+
chrono = { version = "0.4", features = ["serde"] }
1414
serde = { version = "1.0", features = ["derive"] }
1515
serde_json = "1.0"
1616
sha2 = "0.10"

0 commit comments

Comments
 (0)