mirror of
https://github.com/rzmk/czv.git
synced 2025-12-19 08:09:24 +00:00
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.21.2 to 0.24.1. - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/v0.24.1/CHANGELOG.md) - [Commits](https://github.com/pyo3/pyo3/compare/v0.21.2...v0.24.1) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
17 lines
443 B
TOML
17 lines
443 B
TOML
[package]
|
|
name = "czv-python"
|
|
version = "0.0.1"
|
|
authors = ["Mueez Khan"]
|
|
description = "Python library for performing CSV-related functions for data engineering and analysis."
|
|
repository = "https://github.com/rzmk/czv"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib", "rlib"]
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.86"
|
|
csv = "1.3.0"
|
|
czv = { path = "../czv" }
|
|
pyo3 = { version = "0.24.1", features = ["anyhow", "extension-module"] }
|
|
thiserror = "1.0.61"
|