You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
353 B
TOML
19 lines
353 B
TOML
[project]
|
|
name = "wrpc"
|
|
version = "0.1.0"
|
|
description = "winhc rpc tools"
|
|
authors = [
|
|
{name = "JimZhang", email = "zzl22100048@gmail.com"},
|
|
]
|
|
dependencies = [
|
|
"msgpack>=1.0.7",
|
|
"loguru>=0.7.2",
|
|
]
|
|
requires-python = ">=3.9"
|
|
readme = "README.md"
|
|
license = {text = "MIT"}
|
|
|
|
[build-system]
|
|
requires = ["pdm-backend"]
|
|
build-backend = "pdm.backend"
|