Initialize API

This commit is contained in:
2025-07-13 18:46:34 +00:00
parent 365c88e74a
commit d13146cc31
13 changed files with 2552 additions and 77 deletions
+16
View File
@@ -0,0 +1,16 @@
[package]
name = "api"
version = "1.0.0"
edition = "2024"
[dependencies]
axum = "0.8.4"
bitcode = "0.6.6"
clap = { version = "4.5.41", features = ["derive", "env"] }
dedent = "0.1.1"
dotenvy = "0.15.7"
reqwest = { version = "0.12.22", features = ["json"] }
serde = { version = "1.0.219", features = ["derive"] }
tokio = { version = "1.46.1", features = ["macros", "rt-multi-thread"] }
turbostore = "0.2.0"
urlencoding = "2.1.3"