Files
2026-07-13 13:05:14 +08:00

13 lines
232 B
TOML

[project]
name = "graph_lattice"
version = "0.1.0"
readme = "README.md"
dependencies = ["rerun-sdk"]
[project.scripts]
graph_lattice = "graph_lattice:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"