mirror of
https://github.com/2dust/v2rayN.git
synced 2025-08-23 03:16:53 +00:00
10 lines
193 B
TOML
10 lines
193 B
TOML
[project]
|
|
name = "v2rayn"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"ruff>=0.12.9",
|
|
"ty>=0.0.1a18",
|
|
]
|