15 lines
280 B
TOML
15 lines
280 B
TOML
# file: crates/engines/engine-v1-common/Cargo.toml
|
|
# version: 1
|
|
|
|
[package]
|
|
name = "engine-v1-common"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
authors.workspace = true
|
|
publish.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|