Skip to content

Commit 6f2f71a

Browse files
committed
Add author information to the Cargo.toml file
1 parent 3604732 commit 6f2f71a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

cache/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "reactive-cache"
33
version = "0.3.3"
44
edition = "2024"
5+
authors = ["Junkang Yuan <[email protected]>"]
56
description = "A lightweight, dependency-aware memoization library with automatic invalidation and lazy recomputation."
67
repository = "https://github.com/fxdmhtt/ReactiveCache"
78
license = "GPL-2.0"

macros/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "reactive-macros"
33
version = "0.3.3"
44
edition = "2024"
5+
authors = ["Junkang Yuan <[email protected]>"]
56
description = "A lightweight, dependency-aware memoization library with automatic invalidation and lazy recomputation."
67
repository = "https://github.com/fxdmhtt/ReactiveCache"
78
license = "GPL-2.0"

0 commit comments

Comments
 (0)