view Cargo.toml @ 5:5b4d00ea008d

Extend README.
author Lewin Bormann <lbo@spheniscida.de>
date Thu, 15 Oct 2020 13:29:59 +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"] }