Skip to content

Commit 26849ec

Browse files
committed
Fix repository URL in Cargo.toml
1 parent 315fa8d commit 26849ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
authors = ["Tony Chuks Awunor <[email protected]>"]
66
description = "Memory-safe cryptographic utilities for secure key handling and encryption"
77
license = "MIT"
8-
repository = "https://github.com/your-username/rust-crypto-utils"
8+
repository = "https://github.com/guardsarm/rust-crypto-utils"
99
keywords = ["cryptography", "security", "encryption", "memory-safe", "financial"]
1010
categories = ["cryptography", "authentication"]
1111

0 commit comments

Comments
 (0)