mirror of
https://github.com/enso-org/enso.git
synced 2024-12-23 12:32:36 +03:00
14 lines
343 B
TOML
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 }
|