Skip to content

Commit 2e0186e

Browse files
Merge pull request #30 from boundarybitlabs/feature/publish
Update Cargo.toml metadata before publishing
2 parents 70c6fd1 + 6af3954 commit 2e0186e

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

crates/rknpu2-sys/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
[package]
22
name = "rknpu2-sys"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
edition = "2024"
55
description = "Unofficial bindings to rknpu2 (librknnrt and librknnmrt)"
66
repository = "https://github.com/boundarybitlabs/rknpu2-rs"
77
license = "MIT OR Apache-2.0"
8+
documentation = "https://docs.rs/rknpu2-sys"
89

910
[dependencies]
1011
libloading = { version = "0.8.8", optional = true }

crates/rknpu2/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ edition = "2024"
55
description = "Unofficial bindings to rknpu2 (librknnrt and librknnmrt)"
66
repository = "https://github.com/boundarybitlabs/rknpu2-rs"
77
license = "MIT OR Apache-2.0"
8+
documentation = "https://docs.rs/rknpu2"
89

910
[dependencies]
1011
half = { workspace = true }

crates/rktensor/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
name = "rktensor"
33
version = "0.0.1"
44
edition = "2024"
5+
description = "Flat tensor utilities for rknpu2-rs"
6+
repository = "https://github.com/boundarybitlabs/rknpu2-rs"
7+
license = "MIT OR Apache-2.0"
8+
documentation = "https://docs.rs/rktensor"
59

610
[dependencies]
711
half = { workspace = true }

0 commit comments

Comments
 (0)