13 lines
221 B
TOML
13 lines
221 B
TOML
[project]
|
|
name = "rewind"
|
|
version = "0.0.1"
|
|
description = "Disk-backed OBS replay buffer"
|
|
readme = "README.md"
|
|
requires-python = ">=3.9"
|
|
|
|
dependencies = [
|
|
"obsws-python",
|
|
]
|
|
|
|
[project.scripts]
|
|
rewind = "rewind.clip:main" |