first commit

This commit is contained in:
2025-10-18 12:31:20 +02:00
commit 07ca1322bd
5 changed files with 1847 additions and 0 deletions

8
bench/Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "bench"
version = "0.1.0"
edition = "2024"
[dependencies]
tokio = { version = "1", features = ["full"] }
reqwest = { version = "0.12", features = ["json", "stream"] }