Cargo.toml

439 B · toml · 17 lines

1[package]2name = "mrlylab"3version.workspace = true4edition.workspace = true5description = "The laboratory of Mrly: the campaign machinery that explores and measures the designs."6license.workspace = true7repository.workspace = true8readme = "README.md"9publish = false1011[dependencies]12mrlycore.workspace = true13mrlymath.workspace = true14mrlynum.workspace = true1516[dev-dependencies]17mrlycore = { workspace = true, features = ["testkit"] }