[package] name = "gotham_store" version = "1.0.2" description = "Easily store and retrieve one value of any Rust type" authors = ["the Deno authors", "Mathias Lafeldt "] license = "MIT" readme = "README.md" repository = "https://github.com/mlafeldt/gotham_store" documentation = "https://docs.rs/gotham_store/" homepage = "https://crates.io/crates/gotham_store" edition = "2021" [lib] path = "lib.rs" [dependencies]