Skip to content

Commit

Permalink
tomlfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Sep 23, 2023
1 parent 00ea9cf commit 8faa51c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions datafusion/wasmtest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,23 @@ authors = { workspace = true }
rust-version = "1.70"

[lib]
crate-type = [ "cdylib", "rlib",]
crate-type = [ "cdylib", "rlib", ]

[dependencies]
wasm-bindgen = "0.2.87"

# The `console_error_panic_hook` crate provides better debugging of panics by
# logging them with `console.error`. This is great for development, but requires
# all the `std::fmt` and `std::panicking` infrastructure, so isn't great for
# code size when deploying.
console_error_panic_hook = { version = "0.1.1", optional = true }

# getrandom must be compiled with js feature
getrandom = { version = "0.2.8", features = ["js"]}

datafusion-common = { path = "../common", version = "31.0.0" , default-features = false }
datafusion-common = { path = "../common", version = "31.0.0", default-features = false }
datafusion-expr = { path = "../expr" }
datafusion-optimizer = { path = "../optimizer" }
datafusion-physical-expr = { path = "../physical-expr" }
datafusion-sql = { path = "../sql" }

# getrandom must be compiled with js feature
getrandom = { version = "0.2.8", features = ["js"] }
parquet = { version = "47.0.0", default-features = false }
wasm-bindgen = "0.2.87"

0 comments on commit 8faa51c

Please sign in to comment.