[dependencies.rand]
version = "0.8.5"
[package]
description = "Simple hash table implementation using open addressing. Written for use with my crafting interpeters tutorial implementation."
edition = "2021"
license-file = "LICENSE.md"
name = "caffeine"
readme = "README.md"
version = "0.1.3"