proof of concept

This commit is contained in:
Jonas_Jones 2023-12-03 18:23:36 +01:00
parent aea93a5527
commit 6abba646c7
14 changed files with 1099 additions and 69098 deletions

12
Cargo.toml Normal file
View file

@ -0,0 +1,12 @@
[package]
name = "jonas_jones-api"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
warp = "0.3.6"
parking_lot = "0.12.1"
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1.34", features = ["macros"] }