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