Skip to content

Commit c7620ad

Browse files
committed
added keywords to CArgo fiels and npm pkg
1 parent 48b0f07 commit c7620ad

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,6 @@ edition = "2021"
1515
description = "A high-performance, memory-safe Rust port of WebARKitLib (ARToolKit) for native and WASM."
1616
license = "LGPL-3.0-or-later"
1717
repository = "https://github.com/kalwalt/WebARKitLib-rs"
18-
homepage = "https://github.com/kalwalt/WebARKitLib-rs"
18+
homepage = "https://github.com/kalwalt/WebARKitLib-rs"
19+
keywords = ["augmented-reality", "computer-vision", "marker-tracking", "wasm", "artoolkit", "webarkit", "webarkitlib"]
20+
categories = ["multimedia::vision", "wasm"]

crates/core/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ description.workspace = true
77
license.workspace = true
88
repository.workspace = true
99
homepage.workspace = true
10+
keywords.workspace = true
11+
categories.workspace = true
1012

1113
[dependencies]
1214
image = "0.25.0"

crates/wasm/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ description.workspace = true
77
license.workspace = true
88
repository.workspace = true
99
homepage.workspace = true
10+
keywords.workspace = true
11+
categories.workspace = true
1012

1113
[lib]
1214
crate-type = ["cdylib", "rlib"]

package.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,15 @@
1717
"repository": {
1818
"type": "git",
1919
"url": "https://github.com/kalwalt/WebARKitLib-rs.git"
20-
}
20+
},
21+
"keywords": [
22+
"augmented-reality",
23+
"computer-vision",
24+
"marker-tracking",
25+
"wasm",
26+
"artoolkit",
27+
"rust",
28+
"webarkit",
29+
"webarkitlib"
30+
]
2131
}

0 commit comments

Comments
 (0)