12 lines
258 B
TOML
12 lines
258 B
TOML
[package]
|
|
name = "pmp-emitter"
|
|
version = "1.0.0"
|
|
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
license-file.workspace = true
|
|
|
|
[dependencies]
|
|
pmp-emitter-core = { path = "crates/pmp-emitter-core" }
|
|
pmp-emitter-misc = { path = "crates/pmp-emitter-misc" }
|