13 lines
264 B
TOML
13 lines
264 B
TOML
[project]
|
|
name = "camera_video_stream"
|
|
version = "0.1.0"
|
|
readme = "README.md"
|
|
dependencies = ["rerun-sdk", "av>=14.2.0"]
|
|
|
|
[project.scripts]
|
|
camera_video_stream = "camera_video_stream:main"
|
|
|
|
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|