mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
24 lines
451 B
TOML
24 lines
451 B
TOML
[package]
|
|
name = "oxc_data_structures"
|
|
version = "0.39.0"
|
|
authors.workspace = true
|
|
categories.workspace = true
|
|
edition.workspace = true
|
|
homepage.workspace = true
|
|
include = ["/src"]
|
|
keywords.workspace = true
|
|
license.workspace = true
|
|
publish = true
|
|
repository.workspace = true
|
|
rust-version.workspace = true
|
|
description.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
test = true
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
assert-unchecked = { workspace = true }
|