mirror of
https://github.com/swc-project/swc.git
synced 2024-11-30 07:03:50 +03:00
a5e6a069c6
**Description:** We now have bump command inline.
16 lines
460 B
TOML
16 lines
460 B
TOML
[package]
|
|
edition = "2021"
|
|
license.workspace = true
|
|
name = "swc-releaser"
|
|
publish = false
|
|
repository = { workspace = true }
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
anyhow = { workspace = true }
|
|
cargo_metadata = { workspace = true }
|
|
changesets = { workspace = true }
|
|
clap = { version = "4.5.9", features = ["derive"] }
|
|
indexmap = { workspace = true }
|
|
petgraph = { workspace = true }
|