forked from illacloud/illa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
31 lines (26 loc) · 786 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
23
24
25
26
27
28
29
30
31
[package]
name = "illa"
version = "1.2.3"
authors = ["ILLA <opensource@illasoft.com>"]
edition = "2021"
description = "Deploy a modern low-code platform in 5 Seconds!"
readme = "README.md"
keywords = ["terminal-app", "low-code", "deployment"]
homepage = "https://www.illacloud.com/docs/illa-cli"
repository = "https://github.com/illa-family/illa"
license = "Apache-2.0"
[[bin]]
name = "illa"
path = "src/main.rs"
doc = false
[dependencies]
anyhow = "1.0"
rand = "0.8"
bollard = "0.13"
indicatif = "0.17"
futures-util = "0.3.23"
console = { version = "0.15", default-features = false, features = ["ansi-parsing"] }
tokio = {version = "1.20", features = ["full"]}
clap = {version = "3.2.17", features = ["derive"]}
uuid = {version = "1.1.2", features = ["v4"]}
prettytable-rs = "0.9"