1[package]
2name = "array_ref"
3version.workspace = true
4edition.workspace = true
5publish.workspace = true
6
7[lints]
8workspace = true
9
10[features]
11default = []
12std = []
13
14