enso/build/shader-tools/Cargo.toml
2023-01-27 01:09:09 +01:00

14 lines
343 B
TOML

[package]
name = "enso-build-shader-tools"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
html_parser = "0.6.3"
ide-ci = { path = "../ci_utils" }
octocrab = { workspace = true }
regex = "1.7.1"
tempfile = "3.3.0"
tokio = { workspace = true }