mirror of
https://github.com/enso-org/enso.git
synced 2024-11-23 16:18:23 +03:00
acce6108d9
* add npekin auth config * fix: use rustls * remove native-tls * impr: update npekin pool details * set env to production * remove deps * prettier
9 lines
171 B
TOML
9 lines
171 B
TOML
[package]
|
|
name = "enso-build-utilities"
|
|
version = "0.1.0"
|
|
authors = ["Enso Team <contact@enso.org>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
ide-ci = { path = "../../ci_utils" }
|