diff options
| author | 2024-02-27 12:02:17 +0800 | |
|---|---|---|
| committer | 2024-02-27 12:02:17 +0800 | |
| commit | 8353aa8e757716cd7144baee56992bf23f89c5e8 (patch) | |
| tree | 53d8295caf0ba36e7d2294c127999529db535b38 /pyproject.toml | |
| parent | 679880c0bd8e6ad1d8c6e4f9ee92cf89ddbd3cdd (diff) | |
| download | HydroRoll-8353aa8e757716cd7144baee56992bf23f89c5e8.tar.gz HydroRoll-8353aa8e757716cd7144baee56992bf23f89c5e8.zip | |
feat: develop with pdm and maturin
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 89ce932..51b0445 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,6 +45,7 @@ documentation = "https://docs.hydroroll.team/" [tool.maturin] features = ["pyo3/extension-module"] + [tool.pdm.dev-dependencies] dev = [ "pip>=24.0", |
