forked from Crockan/MercuryToolbox
chore(release): prepare public source release
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,6 @@
|
||||
//! Binary entry point for `portunlock`.
|
||||
#![allow(clippy::multiple_crate_versions)]
|
||||
|
||||
fn main() {
|
||||
std::process::exit(portunlock::main_entry());
|
||||
}
|
||||
Reference in New Issue
Block a user