Skip to content

Commit ab3245f

Browse files
authored
chore: update Cargo.toml / Cargo.lock (#8)
* chore: update Cargo.toml / Cargo.lock * update license * set default build profile to release
1 parent 6f3529f commit ab3245f

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
11
[package]
22
name = "parquet-py"
33
version = "0.2.0-beta"
4+
homepage = "https://github.com/zachspar/parquet-py"
5+
repository = "https://github.com/zachspar/parquet-py.git"
6+
readme = "README.md"
7+
license-file = "LICENSE"
8+
description = "A simple command-line interface & Python API for parquet"
49
edition = "2021"
10+
exclude = [
11+
"parq/",
12+
".github/"
13+
]
14+
15+
[build]
16+
default = "release"
517

618
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
719
[lib]

0 commit comments

Comments
 (0)