perf: migrate to orjson for performance

This commit is contained in:
mokurin000
2025-08-03 10:32:29 +08:00
parent 0e40282e87
commit a60e65e110
3 changed files with 21 additions and 9 deletions

9
pyproject.toml Normal file
View File

@@ -0,0 +1,9 @@
[project]
name = "sdgb-utils-rs"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"orjson>=3.11.1",
]