mirror of
https://github.com/enso-org/enso.git
synced 2024-11-23 16:18:23 +03:00
16 lines
400 B
TOML
16 lines
400 B
TOML
[package]
|
|
name = "enso-build-base"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
[dependencies]
|
|
anyhow = { workspace = true }
|
|
fn-error-context = "0.2.0"
|
|
futures-util = "0.3.24"
|
|
futures = { workspace = true }
|
|
serde = "1.0.145"
|
|
serde_json = { workspace = true }
|
|
serde_yaml = { workspace = true }
|
|
tracing = "0.1.36"
|