Skip to content

Commit f60b68a

Browse files
authored
Include .proto files in datafusion-proto distribution (apache#19490)
## Which issue does this PR close? - Closes apache#19489 ## Rationale for this change Allow consumers of `datafusion-proto` crate to reference the crate types in their own `.proto` definitions ## What changes are included in this PR? Change to `Cargo.toml` to enable publishing of `datafusion.proto` as part of crate ## Are these changes tested? N/A as this PR only changes packaging ## Are there any user-facing changes? No
1 parent ec974ee commit f60b68a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

datafusion/proto/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ license = { workspace = true }
2828
authors = { workspace = true }
2929
rust-version = { workspace = true }
3030

31-
# Exclude proto files so crates.io consumers don't need protoc
32-
exclude = ["*.proto"]
33-
3431
[package.metadata.docs.rs]
3532
all-features = true
3633

0 commit comments

Comments
 (0)