[package] name = "rust_redux" version = "0.1.0" edition = "2021" authors = ["Fredrik Andersson "] repository = "https://github.com/fanderzon/rust-redux.git" license = "MIT" readme = "README.md" description = "A Redux-like state management library for Rust." categories = ["data-structures"] keywords = ["redux", "state-management", "rust"] documentation = "https://docs.rs/rust_redux" homepage = "https://github.com/fanderzon/rust-redux" [dependencies]