mirror of
https://github.com/swc-project/swc.git
synced 2024-11-27 13:38:33 +03:00
15 lines
341 B
TOML
15 lines
341 B
TOML
[package]
|
|
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
|
|
description = "Configurable utilities for fast memory operations"
|
|
edition = "2021"
|
|
license = "Apache-2.0"
|
|
name = "fastmem"
|
|
repository = "https://github.com/swc-project/swc.git"
|
|
version = "0.1.0"
|
|
|
|
[features]
|
|
enable = ["rayon"]
|
|
|
|
[dependencies]
|
|
rayon = {version = "1", optional = true}
|