enso/build/ci-gen/Cargo.toml

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

12 lines
317 B
TOML
Raw Normal View History

2023-01-27 03:09:09 +03:00
[package]
name = "enso-build-ci-gen"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ide-ci = { path = "../ci_utils" }
enso-build = { path = "../build" }
serde_yaml = { workspace = true }
tokio = { workspace = true }