first commit
This commit is contained in:
10
Cargo.toml
Normal file
10
Cargo.toml
Normal 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"] }
|
||||
Reference in New Issue
Block a user