Skip to content

Commit

Permalink
refactor: Removed unneeded dependancies (#1)
Browse files Browse the repository at this point in the history
* refactor: Removed unneeded dependancies

* chore: cargo fmt
  • Loading branch information
notnotmelon authored Aug 12, 2024
1 parent 055d814 commit 7101828
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ edition = "2021"

[dependencies]
rivets = { git = "https://github.com/factorio-rivets/rivets" }
retour = { version = "0.3", features = ["static-detour"] }
anyhow = "1.0.86"
ctor = "0.2.8"
abi_stable = "0.11"

[lib]
crate-type = ["dylib"]
Expand Down
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@ fn valid(this: Opaque) -> bool {
println!("Hello from Rust!");
false
}

rivets::finalize!();

0 comments on commit 7101828

Please sign in to comment.