view Cargo.toml @ 9:69a47879ec78

Implement caching for functions with multiple arguments.
author Lewin Bormann <lbo@spheniscida.de>
date Thu, 15 Oct 2020 14:16:02 +0200
parents 702afb217145
children 09fbfbe0f857
line wrap: on
line source

[package]
name = "memoize"
version = "0.1.0"
authors = ["Lewin Bormann <lewin@lewin-bormann.info>"]
edition = "2018"
license = "MIT"

[lib]
proc-macro = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
lazy_static = "1.4"
proc-macro2 = "1.0"
quote = "1.0"
syn = { version = "1.0", features = ["full"] }