[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"