mirror of
https://github.com/swc-project/swc.git
synced 2024-12-25 22:56:11 +03:00
18 lines
591 B
TOML
18 lines
591 B
TOML
[package]
|
|
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
|
|
description = "Rust plugin system for AST processing"
|
|
edition = "2018"
|
|
include = ["Cargo.toml", "src/**/*.rs"]
|
|
license = "Apache-2.0"
|
|
name = "rplugin"
|
|
repository = "https://github.com/swc-project/swc.git"
|
|
version = "0.3.0"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
abi_stable = "0.10.3"
|
|
rplugin_macros = {version = "0.1.1", path = "../rplugin_macros"}
|
|
string_cache = "0.8.2"
|
|
swc_common = {version = "0.15.0", path = "../swc_common", features = ["plugin-base"]}
|