Configure workspace and update dependencies
This commit is contained in:
12
Cargo.toml
12
Cargo.toml
@@ -5,8 +5,20 @@ description = "PHP Macro Pre-processor (PMP) written in Rust."
|
|||||||
version = "0.1.0-alpha"
|
version = "0.1.0-alpha"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
|
|
||||||
|
[workspace]
|
||||||
|
members = ["crates/*"]
|
||||||
|
resolver = "2"
|
||||||
|
|
||||||
|
[workspace.package]
|
||||||
|
edition = "2024"
|
||||||
|
authors = ["Dean J. Karstedt <dk@cl.team>"]
|
||||||
|
license-file = "LICENSE"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
pmp-emitter = { version = "1.0.0", path = "crates/pmp-emitter" }
|
||||||
|
|
||||||
clap = { version = "^4", features = ["derive"] }
|
clap = { version = "^4", features = ["derive"] }
|
||||||
|
owo-colors = { version = "^4", features = ["supports-colors"] }
|
||||||
|
|
||||||
rayon = "^1"
|
rayon = "^1"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user