-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cargo.toml
22 lines (21 loc) · 918 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "ract"
version = "0.0.1"
edition = "2021"
authors = ["Will SHENG<syf20020816@outlook.com>"]
description = "Ract is a conversational CLI tool written in Rust, providing an all-in-one solution for integrating dependencies, setting up environments, generating project templates, running, and packaging projects with frameworks like GenUI and Makepad. Simplify your development workflow with minimal arguments and intuitive dialogs. 🚀"
license = "MIT"
repsitory = "https://github.com/Privoce/ract"
keys = ["makepad", "genui", "cli"]
[dependencies]
clap = { version = "4.5.21", features = ["derive"] }
colored = "2.1.0"
inquire = "0.7.5"
gen_utils = { path = "../../../gen_ui/GenUI/gen/utils", default-features = false, features = [
"compiler",
] }
toml_edit = "0.22.19"
which = "7.0.0"
chrono = "0.4.38"
makepad_gen_plugin = { path = "../../../gen_ui/GenUI/gen/generator/makepad" }
log = "0.4.22"