Skip to content

Commit 0f9bf4e

Browse files
committed
Add protoc feature
1 parent d5558fd commit 0f9bf4e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

datafusion-flight-sql-server/Cargo.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,21 @@ edition.workspace = true
55
license.workspace = true
66
repository.workspace = true
77
description = "Datafusion flight sql server."
8-
readme.workspace = true
8+
readme.workspace = true
99

1010
[lib]
1111
name = "datafusion_flight_sql_server"
1212
path = "src/lib.rs"
1313

14+
[features]
15+
default = []
16+
protoc = ["datafusion-substrait/protoc"]
17+
1418
[dependencies]
1519
arrow-flight.workspace = true
1620
arrow.workspace = true
1721
datafusion-federation = { workspace = true, features = ["sql"] }
18-
datafusion-substrait = { workspace = true, features = ["protoc"] }
22+
datafusion-substrait.workspace = true
1923
datafusion.workspace = true
2024
futures.workspace = true
2125
log = "0.4.22"

0 commit comments

Comments
 (0)