Skip to content

Commit

Permalink
refactor: Rename craft to rivets-rs (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon authored Aug 13, 2024
1 parent 4a635e2 commit cfbcade
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "rivets"
name = "rivets-rs"
version = "0.1.0"
edition = "2021"
authors = ["Zachary Picco <[email protected]>"]
description = "Rivets is a Factorio mod loader written in Rust. Hook into compiled functions and change their behavior."
license-file = "LICENSE.md"
repository = "https://github.com/factorio-rivets/rivets"
repository = "https://github.com/factorio-rivets/rivets-rs"

[dependencies]
rivets-macros = { path = "rivets-macros" }
Expand All @@ -20,6 +20,4 @@ expect_used = "allow"
trivial_regex = "allow"

[lib]
name = "rivets"
crate-type = ["lib"]
path = "src/lib.rs"
crate-type = ["lib"]

0 comments on commit cfbcade

Please sign in to comment.