When building for publish, the following error happens:
Finished dev [unoptimized + debuginfo] target(s) in 18.70s
error: failed to verify package tarball
Caused by:
Source directory was modified by build.rs during cargo publish. Build scripts should not modify anything outside of OUT_DIR.
Added: /home/skade/Code/rust/leveldb-sys/tar
When building for publish, the following error happens: