mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-24 19:44:21 +01:00
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.24.0 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.24.0...v0.24.1) --- updated-dependencies: - dependency-name: pyo3 dependency-version: 0.24.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
27 lines
668 B
TOML
27 lines
668 B
TOML
[package]
|
|
name = "py-limbo"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
publish = false
|
|
|
|
[lib]
|
|
name = "_limbo"
|
|
crate-type = ["cdylib"]
|
|
|
|
[features]
|
|
# must be enabled when building with `cargo build`, maturin enables this automatically
|
|
extension-module = ["pyo3/extension-module"]
|
|
|
|
[dependencies]
|
|
anyhow = "1.0"
|
|
limbo_core = { path = "../../core", features = ["io_uring"] }
|
|
pyo3 = { version = "0.24.1", features = ["anyhow"] }
|
|
|
|
[build-dependencies]
|
|
version_check = "0.9.5"
|
|
# used where logic has to be version/distribution specific, e.g. pypy
|
|
pyo3-build-config = { version = "0.24.0" }
|