mirror of
https://github.com/zhenyan121/Cubed.git
synced 2026-06-17 16:17:02 +08:00
16 lines
248 B
TOML
16 lines
248 B
TOML
[project]
|
|
name = "cubed"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.14"
|
|
dependencies = [
|
|
"loguru>=0.7.3",
|
|
"pytomlpp>=1.1.0",
|
|
]
|
|
|
|
[dependency-groups]
|
|
dev = [
|
|
"ruff>=0.15.14",
|
|
]
|