[package] name = "naro-derive" version = "0.0.1" authors = ["phonkee "] edition = "2018" license = "MIT" description = "simple fulltext search" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] lazy_static = "1.4.0" quote = "1.0.2" rocksdb = "0.13.0" syn = "1.0.8" [lib] proc-macro = true