13 lines
241 B
TOML
13 lines
241 B
TOML
[project]
|
|
name = "shared_recording"
|
|
version = "0.1.0"
|
|
readme = "README.md"
|
|
dependencies = ["rerun-sdk"]
|
|
|
|
[project.scripts]
|
|
shared_recording = "shared_recording:main"
|
|
|
|
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|