mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-17 08:34:19 +01:00
16 lines
232 B
TOML
16 lines
232 B
TOML
[project]
|
|
dependencies = []
|
|
name = "limbo"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
version = "0.1.0"
|
|
|
|
[tool.uv]
|
|
package = false
|
|
|
|
[tool.uv.sources]
|
|
limbo_test = { workspace = true }
|
|
|
|
[tool.uv.workspace]
|
|
members = ["testing"]
|