From 4932843923e11fcec7ac119261c1fd242d6f68e1 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 7 Mar 2019 13:50:27 +0100 Subject: [PATCH] protocol: also build a cdylib Signed-off-by: Wolfgang Bumiller --- proxmox-protocol/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/proxmox-protocol/Cargo.toml b/proxmox-protocol/Cargo.toml index e214533c..1d8361e0 100644 --- a/proxmox-protocol/Cargo.toml +++ b/proxmox-protocol/Cargo.toml @@ -7,6 +7,9 @@ authors = [ ] edition = "2018" +[lib] +crate-type = ['lib', 'cdylib'] + [dependencies] chrono = "0.4" endian_trait = "0.6"