Skip to content

Commit b85e288

Browse files
committed
Set metadata before publishing
1 parent e43f915 commit b85e288

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
name = "circ"
33
version = "0.1.0"
44
edition = "2021"
5+
license = "MIT OR Apache-2.0"
6+
description = "Efficient referenced counted pointers for non-blocking concurrency"
7+
readme = "README.md"
8+
homepage = "https://github.com/kaist-cp/circ"
9+
repository = "https://github.com/kaist-cp/circ"
10+
keywords = ["atomic", "reference-counting", "non-blocking", "lock-free"]
11+
categories = ["concurrency", "memory-management"]
512

613
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
714

0 commit comments

Comments
 (0)