Skip to content

Commit f9fd996

Browse files
author
“thucydides”
committed
Update Cargo.toml metadata for vision, text, and wasm crates
1 parent 992652d commit f9fd996

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

rustorch-text/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ edition = "2021"
55
authors = ["Trae AI <trae@example.com>"]
66
description = "NLP utilities and datasets for RusTorch"
77
license = "MIT OR Apache-2.0"
8+
repository = "https://github.com/Genius-apple/RusTorch"
9+
keywords = ["nlp", "text-processing", "deep-learning", "rustorch"]
10+
categories = ["science", "text-processing"]
811

912
[dependencies]
1013
rustorch-core = { path = "../rustorch-core", version = "0.1.0" }

rustorch-vision/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ edition = "2021"
55
authors = ["Trae AI <trae@example.com>"]
66
description = "Computer vision models and utilities for RusTorch"
77
license = "MIT OR Apache-2.0"
8+
repository = "https://github.com/Genius-apple/RusTorch"
9+
keywords = ["computer-vision", "image-processing", "deep-learning", "rustorch"]
10+
categories = ["science", "computer-vision"]
811

912
[dependencies]
1013
rustorch-core = { path = "../rustorch-core", version = "0.1.0" }

rustorch-wasm/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ edition = "2021"
55
authors = ["Trae AI <trae@example.com>"]
66
description = "WebAssembly bindings for RusTorch"
77
license = "MIT OR Apache-2.0"
8+
repository = "https://github.com/Genius-apple/RusTorch"
9+
keywords = ["wasm", "webassembly", "deep-learning", "rustorch"]
10+
categories = ["wasm"]
811

912
[lib]
1013
crate-type = ["cdylib", "rlib"]

0 commit comments

Comments
 (0)