Skip to content

Commit 04bca2b

Browse files
committed
fix: specify the features for byop
1 parent bd42013 commit 04bca2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/byop/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
publish = false
66

77
[dependencies]
8-
promkit = { path = "../../promkit" }
8+
promkit = { path = "../../promkit", features = ["readline", "spinner"] }
99
tokio = { workspace = true }
1010

1111
[[bin]]

0 commit comments

Comments
 (0)