enso/build/cli/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

32 lines
980 B
TOML
Raw Normal View History

[package]
name = "enso-build-cli"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-01-28 01:39:37 +03:00
anyhow = { workspace = true }
byte-unit = { workspace = true }
clap = { version = "3.2.23", features = ["derive", "env", "wrap_help"] }
chrono = "0.4.19"
2023-01-28 01:39:37 +03:00
derivative = { workspace = true }
enso-build-base = { path = "../base" }
enso-build = { path = "../build" }
enso-formatter = { path = "../enso-formatter" }
ensogl-pack = { path = "../../lib/rust/ensogl/pack" }
2023-01-28 01:39:37 +03:00
futures = { workspace = true }
futures-util = "0.3.17"
glob = "0.3.0"
humantime = "2.1.0"
ide-ci = { path = "../ci_utils" }
2023-01-27 03:09:09 +03:00
octocrab = { workspace = true }
serde = { version = "1.0.130", features = ["derive"] }
2023-01-28 01:39:37 +03:00
serde_json = { workspace = true }
2023-01-27 03:09:09 +03:00
serde_yaml = { workspace = true }
strum = { workspace = true }
tempfile = "3.2.0"
tokio = { workspace = true }
toml = "0.5.9"
tracing = { version = "0.1.37" }
tracing-subscriber = "0.3.11"