mirror of
https://github.com/itsKaynine/electron-injector.git
synced 2026-04-03 09:46:32 +02:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dc2a0aefab | ||
|
|
cc78cdf9d0 | ||
|
|
35fd3e61d0 |
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "electron-injector"
|
||||
version = "1.0.1"
|
||||
version = "1.0.2"
|
||||
edition = "2021"
|
||||
description = """
|
||||
electron-injector is an open source command-line tool written in Rust that
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
#![windows_subsystem = "windows"]
|
||||
|
||||
use electron_injector::injector::Injector;
|
||||
|
||||
fn main() {
|
||||
|
||||
Reference in New Issue
Block a user