first commit

This commit is contained in:
2025-08-14 20:54:55 +08:00
commit 479d699d24
6 changed files with 2420 additions and 0 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "authorize"
version = "0.1.0"
edition = "2024"
[dependencies]
sqlx = { version = "0.8.6", features = ["runtime-tokio", "chrono", "sqlite"] }
tokio = { version = "1.47.1", features = ["full"] }
warp = { version = "0.4.1", features = ["server"] }
welds = { version = "0.4.17", features = ["sqlite"] }