From c36b73d2972736108e6f8b84e361e4f5f7b94700 Mon Sep 17 00:00:00 2001 From: KyleMiles Date: Tue, 6 Jun 2023 18:22:18 -0400 Subject: Rust API : Add the noexports feature to not export the ABI functions (for when you're statically compiling several Rust modules that use the API...only one needs to export it) --- rust/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'rust/Cargo.toml') diff --git a/rust/Cargo.toml b/rust/Cargo.toml index f51200bc..84976d3c 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -4,6 +4,9 @@ version = "0.1.0" authors = ["Ryan Snyder ", "Kyle Martin "] edition = "2021" +[features] +noexports = [] + [dependencies] lazy_static = "1.4.0" log = "0.4" -- cgit v1.3.1