Initialize API
This commit is contained in:
+16
@@ -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"
|
||||
Reference in New Issue
Block a user