From 7bf1e26ede6ad822e40d1aac058a3db2b3e7c7d3 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Wed, 5 Jan 2022 08:59:08 +0100 Subject: [PATCH] Add a capi feature to support current cargo-c --- c/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/c/Cargo.toml b/c/Cargo.toml index 1fa983b3..ad5125f8 100644 --- a/c/Cargo.toml +++ b/c/Cargo.toml @@ -4,6 +4,9 @@ version = "0.1.0" authors = ["Patrick Walton "] edition = "2018" +[features] +capi = [] + [lib] crate-type = ["staticlib"] name = "pathfinder"