Cargo.toml
544 B · toml · 15 lines
1[package]2name = "mrlyrs"3version = "0.2.0"4edition.workspace = true5license.workspace = true6repository.workspace = true7description = "MrlyMath, the mathematics of designs: the substrate, the integers, the designs in space, the life engine and the pixel alphabet in one crate."8homepage = "https://mrly.net"9readme = "README.md"1011[dependencies]12png = "0.17"13gif = { version = "0.14", default-features = false, features = ["std"] }14serde = { version = "1", features = ["derive"] }15serde_json = { version = "1", features = ["preserve_order"] }