2022-11-09 02:15:26 +03:00
|
|
|
[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]
|
2023-01-28 01:39:37 +03:00
|
|
|
anyhow = { workspace = true }
|
2022-11-09 02:15:26 +03:00
|
|
|
fn-error-context = "0.2.0"
|
2024-08-14 02:16:55 +03:00
|
|
|
futures-util = { workspace = true }
|
2023-01-28 01:39:37 +03:00
|
|
|
futures = { workspace = true }
|
2024-08-14 02:16:55 +03:00
|
|
|
serde = { workspace = true }
|
2023-01-28 01:39:37 +03:00
|
|
|
serde_json = { workspace = true }
|
2024-05-07 19:22:11 +03:00
|
|
|
tracing = { workspace = true }
|
2024-03-25 02:45:55 +03:00
|
|
|
|
|
|
|
[lints]
|
|
|
|
workspace = true
|