Skip to content

Commit 16ac0cf

Browse files
committed
Add Cargo.toml metadata
1 parent 9b8b05d commit 16ac0cf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

temporalio/bridge/Cargo.toml

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
name = "temporal-sdk-bridge"
33
version = "0.1.0"
44
edition = "2021"
5+
description = "Python sdk-core bridge"
6+
license = "MIT"
7+
repository = "https://github.com/temporalio/sdk-python"
8+
documentation = "https://docs.temporal.io/dev-guide/python"
59

610
[package.metadata.maturin]
711
module-name = "temporalio.bridge.temporal_sdk_bridge"

0 commit comments

Comments
 (0)