Skip to content

Commit b882a59

Browse files
committed
updating Cargo.toml metadata before publishing
1 parent 44c73b0 commit b882a59

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ authors = ["Pointerbender"]
77
#rust-version = "1.51.0"
88
edition = "2018"
99
license = "MIT"
10+
description = "A deferred reference is not an actual reference, it is merely a smart pointer tied to the lifetime of the location it points to."
11+
keywords = ["deferred", "reference", "pointer", "lifetime", "unsafecell"]
12+
categories = ["concurrency", "data-structures", "memory-management", "no-std", "rust-patterns"]
13+
homepage = "https://github.com/Pointerbender/deferred_reference#readme"
14+
repository = "https://github.com/Pointerbender/deferred_reference"
15+
readme = "README.md"
1016

1117
[features]
1218
# default = []

0 commit comments

Comments
 (0)