Files
rerun-io--rerun/examples/python/server_tables/pyproject.toml
T
2026-07-13 13:05:14 +08:00

13 lines
254 B
TOML

[project]
name = "server_tables"
version = "0.1.1"
readme = "README.md"
dependencies = ["rerun-sdk", "datafusion==53.0.0"]
[project.scripts]
server_tables = "server_tables:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"