Cargo.toml
396 B · toml · 16 lines
1[package]2name = "mrlyfig"3version.workspace = true4edition.workspace = true5description = "The figure press of Mrly: the drawing kit and the figures it prints."6license.workspace = true7repository.workspace = true8readme = "README.md"9publish = false1011[dependencies]12mrlycore.workspace = true13mrlymath.workspace = true14mrlynum.workspace = true15mrlylab.workspace = true16mrlyfont.workspace = true