# # Cargo.toml # [package] authors = ["Philip Köster"] default-run = "meadows-playground" description = "A collection of general-purpose utilities to augment the Rust standard library." documentation = "https://docs.rs/meadows/0.1.1" edition = "2021" license = "Apache-2.0 OR MIT" name = "meadows" version = "0.1.1" # [dependencies] # # rand = "0.8.5" # unicode-display-width = "0.3.0" # unicode-segmentation = "1.12.0" # EOF