feat: boxygit add .

This commit is contained in:
hexlocation 2025-07-29 11:47:02 +02:00
parent ba8d1b9453
commit a8bc61f40c
15 changed files with 4700 additions and 0 deletions

View file

@ -0,0 +1,9 @@
[package]
name = "example-server"
version = "0.1.0"
edition = "2024"
[dependencies]
reqwest = { version = "0.12.22", features = ["json", "blocking"] }
rocket = "0.5.1"
serde_json = "1.0.141"