Skip to content

Commit

Permalink
adding cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lordworms committed Sep 22, 2024
1 parent 5c7a0a6 commit 06ace1b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[package]
name = "datafusion-functions-extra"
version = "0.1.0"
edition = "2021"
description = "Extra functions for DataFusion"
readme = "README.md"
license = "Apache-2.0"
keywords = ["datafusion", "extra functions"]
categories = ["database-implementations", "parsing"]
repository = "https://github.com/datafusion-contrib/datafusion-functions-extra/"
rust-version = "1.76.0"


[dependencies]
datafusion = "42"

[lints.clippy]
dbg_macro = "deny"
print_stdout = "deny"
pedantic = { level = "deny", priority = -1 }

0 comments on commit 06ace1b

Please sign in to comment.