File: Cargo.toml

package info (click to toggle)
rust-swc-core 58.0.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 63,936 kB
  • sloc: javascript: 1,115; xml: 538; sh: 400; makefile: 35; python: 5
file content (20 lines) | stat: -rw-r--r-- 599 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
edition    = "2021"
license    = { workspace = true }
name       = "generate-code"
publish    = false
repository = { workspace = true }
version    = "0.2.0"

[dependencies]
Inflector   = { workspace = true }
anyhow      = { workspace = true }
clap        = { version = "4.5.9", features = ["derive"] }
proc-macro2 = { workspace = true }
quote       = { workspace = true }
syn         = { workspace = true, features = ["full", "visit-mut", "extra-traits"] }
walkdir     = { workspace = true }

swc_config = { version = "4.0.0", path = "../../crates/swc_config", features = [
  "regex",
] }