[package] name = "multiscale-truchet" description = "A cli for creating multi-scale truchet SVGs - based on " authors = ["Patrick De La Garza "] version = "0.0.1" readme = "README.md" repository = "https://github.com/Patrickdlg/multiscale-truchet-rs" homepage = "https://github.com/Patrickdlg/multiscale-truchet-rs" license-file = "LICENSE" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.8.4" clap = { version = "3.0.13", features = ["derive"] }