Skip to content

Commit 3dc3278

Browse files
committed
fix: publish false
1 parent 57eee59 commit 3dc3278

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

examples/responses-stream/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "responses-stream"
33
version = "0.1.0"
44
edition = "2024"
5+
publish = false
56

67
[dependencies]
78
async-openai = { path = "../../async-openai" }

examples/webhooks/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "webhooks"
33
version = "0.1.0"
44
edition = "2021"
5+
publish = false
56

67
[dependencies]
78
async-openai = { path = "../../async-openai", features = ["webhook"] }

0 commit comments

Comments
 (0)