diff --git a/plugins/example_rust/Cargo.toml b/plugins/example_rust/Cargo.toml index bbccbf3cf..4da89a0c2 100644 --- a/plugins/example_rust/Cargo.toml +++ b/plugins/example_rust/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "example_rust" version = "0.1.0" -authors = ["Marc-André Moreau "] +authors = ["WerWolv "] edition = "2018" [lib] @@ -12,4 +12,4 @@ path = "source/plugin_example.rs" hex = { path = "../libimhex-rust" } [profile.release] -lto = true \ No newline at end of file +lto = true