Skip to content

Commit 7f0f744

Browse files
WASM UDFs toml update
1 parent 4d18a06 commit 7f0f744

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

crates/datafusion-udfs-wasm/Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
[package]
2+
authors = ["Matthew Turner <matthew.m.turner@outlook.com>"]
3+
description = "DataFusion WASM UDFs"
24
edition = "2021"
5+
homepage = "https://github.com/datafusion-contrib/datafusion-dft/tree/main/crates/datafusion-udfs-wasm"
6+
keywords = ["datafusion", "wasm", "query", "sql"]
7+
license = "Apache-2.0"
38
name = "datafusion-udfs-wasm"
9+
readme = "README.md"
10+
repository = "https://github.com/datafusion-contrib/datafusion-dft/tree/main/crates/datafusion-udfs-wasm"
411
version = "0.1.0"
512

613
[dependencies]

0 commit comments

Comments
 (0)