Skip to content

Commit 4ea051e

Browse files
committed
chore(config): update repo url in cargo.toml
1 parent bc8e5db commit 4ea051e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

encryptify-lib/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
[package]
22
name = "encryptify-lib"
33
description = "A library for encrypting and decrypting files and folders using AES-256 bit encryption."
4+
repository = "https://github.com/WebDevCaptain/encryptify"
5+
authors = ["Shreyash <hello@webdevcaptain.com>"]
46
license = "MIT"
5-
version = "1.0.2"
7+
version = "1.0.3"
68
edition = "2021"
79

810
[dependencies]

0 commit comments

Comments
 (0)