the native engine depends on libgit2... um, neat (...
# development
w
the native engine depends on libgit2... um, neat (wat)
a
Actually the native engine? Or just a build dependency via cargo?
w
oh. um
could be cargo? it was being built as part of our 300+ deps, but possible that cargo lazily builds portions of itself
a
Yeah, I added a cargo dep for manifest parsing in a codegen step for the logging crate. It's not linked into the final binary. I just checked with
cargo graph
:)
👍 1