init commit

This commit is contained in:
2026-06-04 16:11:24 +05:30
commit 3da8c0a70b
4 changed files with 2009 additions and 0 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "llama_api_client"
version = "0.1.0"
edition = "2024"
[dependencies]
reqwest = { version = "0.13.4", features = ["json"] }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.150"
tokio = { version = "1.52.3", features = ["full"] }