When running the plugin as a part of a larger pipeline or application we will need to make libtensorflow available to the wider system. Currently it's located inside the target
folder as a part of the build process but once the built plugin is moved to the wider system we lose the location to that library.
I'm thinking we should do this as a part of a build.rs
script or maybe some sort of post-build process.
A follow up will be needed to distribute the library with the plugin down the road but we can deal with that when it's appropriate.