From 20e89f09aa9cae3dd56ffff1b45d88ddbf3d0acd Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Tue, 22 Jan 2019 13:08:12 +0100 Subject: ffi-macros: Add ffi_wrapper_type that derives functions. - Note that the wrapper type is not actually used for now, the functions still operate on the original type. But, this lets us derive functions, and for that we merge it now. - See #166. --- ffi-macros/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'ffi-macros/Cargo.toml') diff --git a/ffi-macros/Cargo.toml b/ffi-macros/Cargo.toml index 152ced79..e323b452 100644 --- a/ffi-macros/Cargo.toml +++ b/ffi-macros/Cargo.toml @@ -18,6 +18,7 @@ gitlab = { repository = "sequoia-pgp/sequoia" } maintenance = { status = "actively-developed" } [dependencies] +lazy_static = "1.0.0" proc-macro2 = "0.4" quote = "0.6" -- cgit v1.2.3