about summary refs log tree commit diff stats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorTheofilos Augoustis <theofilos.augoustis@gmail.com>2025-11-11 22:30:12 +0000
committerTheofilos Augoustis <theofilos.augoustis@gmail.com>2025-11-11 22:30:49 +0000
commit140a8c654054a3d456190554175dc56e285cb819 (patch)
tree4eec811c9b39d15028470e384e2eff74e3b5e02e /pyproject.toml
parentab083cb653ee0fe74f792517805af9bd59ad691d (diff)
downloadfocaccia-ta/json-dumps.tar.gz
focaccia-ta/json-dumps.zip
Use orjson instead of regular json (providing 2x faster dumps and loads) ta/json-dumps
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 5cc1e29..ce85a55 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -14,6 +14,7 @@ authors = [
 dependencies = [
 	"cffi",
 	"miasm",
+	"orjson",
 	"brotli",
 	"pycapnp",
 	"setuptools",