We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c7a0a6 commit 06ace1bCopy full SHA for 06ace1b
Cargo.toml
@@ -0,0 +1,20 @@
1
+[package]
2
+name = "datafusion-functions-extra"
3
+version = "0.1.0"
4
+edition = "2021"
5
+description = "Extra functions for DataFusion"
6
+readme = "README.md"
7
+license = "Apache-2.0"
8
+keywords = ["datafusion", "extra functions"]
9
+categories = ["database-implementations", "parsing"]
10
+repository = "https://github.com/datafusion-contrib/datafusion-functions-extra/"
11
+rust-version = "1.76.0"
12
+
13
14
+[dependencies]
15
+datafusion = "42"
16
17
+[lints.clippy]
18
+dbg_macro = "deny"
19
+print_stdout = "deny"
20
+pedantic = { level = "deny", priority = -1 }
0 commit comments