Skip to content

Commit 58c5da3

Browse files
authored
Create Cargo.toml
1 parent b5997d0 commit 58c5da3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: projeto_polars/Cargo.toml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[package]
2+
name = "projeto_polars"
3+
version = "0.1.0"
4+
edition = "2021"
5+
6+
[dependencies]
7+
polars = {version="0.46.0",features=["describe","lazy","strings","regex","parquet","json"]}

0 commit comments

Comments
 (0)