working example

This commit is contained in:
Jonas Rabenstein 2026-03-05 01:57:37 +01:00
commit e69bcfc23d
18 changed files with 1290 additions and 252 deletions

12
api/Cargo.toml Normal file
View file

@ -0,0 +1,12 @@
[package]
name = "spond-api"
version = "0.1.0"
edition = "2024"
[dependencies]
bon = "3.9.0"
chrono = { version = "0.4.44", features = ["serde"] }
restson = "1.5.0"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
thiserror = "2.0.18"