add link_cplusplus to fix exif link error

This commit is contained in:
2022-03-03 13:16:18 +08:00
parent 853719ed0b
commit 11471e3700
4 changed files with 17 additions and 2 deletions

View File

@@ -8,6 +8,8 @@ extern crate json;
extern crate int_enum;
#[macro_use]
extern crate lazy_static;
#[cfg(all(feature = "link-cplusplus", target_env = "gnu"))]
extern crate link_cplusplus;
extern crate tokio;
extern crate regex;
extern crate reqwest;