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