aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-02-10 22:56:54 +0900
committernsfisis <nsfisis@gmail.com>2026-02-10 22:56:54 +0900
commit9dacb9293f9b995c6c810227f73b4aa5cf019bab (patch)
treeefbbe77770e19049e15ad7cf3b0b23e9ab2da11d /Cargo.toml
parentcaf8b7e061704d700ff8f4816de80cd23d21d7dd (diff)
downloadphp-mozart-9dacb9293f9b995c6c810227f73b4aa5cf019bab.tar.gz
php-mozart-9dacb9293f9b995c6c810227f73b4aa5cf019bab.tar.zst
php-mozart-9dacb9293f9b995c6c810227f73b4aa5cf019bab.zip
add some crates
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5003bf5..9e927a8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,3 +4,6 @@ version = "0.1.0"
edition = "2024"
[dependencies]
+clap = "4.5.57"
+reqwest = "0.13.2"
+tokio = { version = "1.49.0", features = ["full"] }