Skip to content

Commit

Permalink
add cmake as a build dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
emgeee committed Oct 29, 2024
1 parent fbdbd29 commit 7fc748f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,6 @@ crossbeam = "0.8.4"
slatedb = { workspace = true } # "0.2.0"
object_store = "0.11.0"
bytes = "1.7.2"

[build-dependencies]
cmake = "0.1"

0 comments on commit 7fc748f

Please sign in to comment.