-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Rename craft to rivets-rs (#7)
- Loading branch information
1 parent
4a635e2
commit cfbcade
Showing
1 changed file
with
3 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" } | ||
|
@@ -20,6 +20,4 @@ expect_used = "allow" | |
trivial_regex = "allow" | ||
|
||
[lib] | ||
name = "rivets" | ||
crate-type = ["lib"] | ||
path = "src/lib.rs" | ||
crate-type = ["lib"] |