Skip to content

Commit

Permalink
add subsutrait
Browse files Browse the repository at this point in the history
Signed-off-by: mag1c1an1 <[email protected]>
  • Loading branch information
mag1c1an1 committed Mar 11, 2024
1 parent a7dccd0 commit 8dd0f8b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions rust/lakesoul-metadata/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ edition = "2021"
postgres = "0.19.5"
tokio-postgres = { version = "0.7.8", features = ["default", "with-serde_json-1", "with-uuid-1", "array-impls"] }
postgres-types = { version = "0.2.5", features = ["derive"] }
substrait = {version = "0.27.0"}
bytes = {version = "1.5.0"}


bytes = { version = "1.5.0" }

tokio = { workspace = true }
proto = { path = "../proto" }
Expand All @@ -31,6 +32,10 @@ anyhow = { workspace = true }
regex = "1.10.3"
serde = { workspace = true }

[target.'cfg(not(target_os = "windows"))'.dependencies.substrait]
version = "0.27.0"
features = ["protoc"]


[dev-dependencies]
test-log = "0.2.14"
Expand Down

0 comments on commit 8dd0f8b

Please sign in to comment.