aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart/Cargo.toml
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-02-11 15:31:10 +0900
committernsfisis <nsfisis@gmail.com>2026-02-11 16:55:31 +0900
commitf641eb0202d974c765782f767f21aef2ea2fb4e9 (patch)
tree61140d214ae596f3edae279cbde320898d689100 /crates/mozart/Cargo.toml
parent3f80f3acd90c9782420cc0d33fcf77035e522b15 (diff)
downloadphp-mozart-f641eb0202d974c765782f767f21aef2ea2fb4e9.tar.gz
php-mozart-f641eb0202d974c765782f767f21aef2ea2fb4e9.tar.zst
php-mozart-f641eb0202d974c765782f767f21aef2ea2fb4e9.zip
add more dependencies
Diffstat (limited to 'crates/mozart/Cargo.toml')
-rw-r--r--crates/mozart/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/crates/mozart/Cargo.toml b/crates/mozart/Cargo.toml
index ebb67d6..e54249f 100644
--- a/crates/mozart/Cargo.toml
+++ b/crates/mozart/Cargo.toml
@@ -4,6 +4,15 @@ version.workspace = true
edition.workspace = true
[dependencies]
+anyhow = "1.0.101"
clap = { version = "4.5.57", features = ["derive"] }
+colored = "3.1.1"
+dialoguer = "0.12.0"
+regex = "1.12.3"
reqwest = "0.13.2"
+serde = { version = "1.0.228", features = ["derive"] }
+serde_json = "1.0.149"
tokio = { version = "1.49.0", features = ["full"] }
+
+[dev-dependencies]
+tempfile = "3.25.0"