Skip to content

Commit a78864b

Browse files
author
servius
committed
feat: Update toml files
1 parent 935eb77 commit a78864b

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

mnn-bridge/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name = "mnn-bridge"
33
version = "0.1.0"
44
edition = "2021"
55
license = { workspace = true }
6+
description = { workspace = true }
7+
repository = { workspace = true }
8+
documentation = { workspace = true }
9+
610

711
[dependencies]
812
error-stack = "0.5.0"

mnn-sync/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name = "mnn-sync"
33
version = "0.1.0"
44
edition = "2021"
55
license.workspace = true
6+
description = { workspace = true }
7+
repository = { workspace = true }
8+
documentation = { workspace = true }
69

710
[dependencies]
811
error-stack.workspace = true

0 commit comments

Comments
 (0)