Skip to content

Commit 06ace1b

Browse files
committed
adding cargo.toml
1 parent 5c7a0a6 commit 06ace1b

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

Cargo.toml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)