aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
blob: 22f13e279198f945a2639fa990fcea5848fddbd7 (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "mozart"
version = "0.1.0"
edition = "2024"

[dependencies]
clap = { version = "4.5.57", features = ["derive"] }
reqwest = "0.13.2"
tokio = { version = "1.49.0", features = ["full"] }