mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-14 08:52:56 +00:00
16 lines
356 B
TOML
16 lines
356 B
TOML
[tool.poetry]
|
|
name = "neon-dev-utils"
|
|
version = "0.1.0"
|
|
description = "Python bindings for common neon development utils"
|
|
authors = ["Your Name <you@example.com>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
maturin = "^0.13.2"
|
|
|
|
[build-system]
|
|
requires = ["maturin>=0.13.2", "poetry-core>=1.0.0"]
|
|
build-backend = "maturin"
|