polarlabs / osquery-rust

Rust bindings for osquery
Apache License 2.0
6 stars 2 forks source link

fix: allow usage of args proc macro from other repos #1

Closed jcgruenhage closed 2 months ago

jcgruenhage commented 1 year ago

When the proc macro is derived in another repo, reading the file fails, because it's not read relative to the source file, but relative to the working directory. This can be fixed by using the include_str macro instead.