blob: 67ddb920d4057fb26bab8b1d33ca5cd256a9306a [file]
[package]
name = "loader"
version = "0.1.0"
edition = "2021"
[lints]
workspace = true
[lib]
doctest = false
[dependencies]
types = { path = "../types" }
starlark = { workspace = true }
starlark_derive = { workspace = true }
allocative = { workspace = true }
thiserror = { workspace = true }
anyhow = { workspace = true }
[dev-dependencies]
testutils = { path = "../testutils" }