aboutsummaryrefslogtreecommitdiff
path: root/crates/cli/Cargo.toml
blob: cd2a8c959b23b91e4c0088837e38fa5f50d513db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "cli"
version = "0.1.0"
edition = "2021"
authors = ["Miquel Sabaté Solà <mikisabate@gmail.com>"]

[[bin]]
name = "mihi"
path = "src/main.rs"

[dependencies]
mihi.workspace = true
inquire = { version = "0.7.5", features = ["editor"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tempfile = "3.20"