deft-cli 0.1.3

Deft command line tool
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "deft-cli"
version = "0.1.3"
edition = "2024"
license = "MIT"
description = "Deft command line tool"

[dependencies]
clap = { version = "4.5.37", features = ["derive"] }
inquire = "0.7.5"
regex = "1.11.1"
rust-embed="8.7.0"
serde_json = "1.0"

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