aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart/Cargo.toml
blob: ebb67d69f93241bdcb5c2766a6e28fc5f274d3f9 (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "mozart"
version.workspace = true
edition.workspace = true

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