Skip to content

Commit fe58a2a

Browse files
committed
chore: add bindings/python as workspace member for Python bindings crate
1 parent 18346b9 commit fe58a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22

33
[workspace]
4-
members = ["crates/rmcp", "crates/rmcp-macros", "examples/*"]
4+
members = [ "bindings/python","crates/rmcp", "crates/rmcp-macros", "examples/*"]
55
resolver = "2"
66

77
[workspace.dependencies]

0 commit comments

Comments
 (0)