Skip to content

Commit 76e9486

Browse files
committed
feat: update crate name
1 parent 6ce7dfb commit 76e9486

File tree

3 files changed

+26
-26
lines changed

3 files changed

+26
-26
lines changed

Cargo.lock

+23-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
2-
name = "factorio-telegram-rcon-bridge"
3-
version = "0.1.0"
2+
name = "cracktorio-bot"
3+
version = "1.0.0"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

justfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
build:
22
cargo build --release
3-
upx --best --lzma target/release/factorio-telegram-rcon-bridge
3+
upx --best --lzma target/release/cracktorio-bot

0 commit comments

Comments
 (0)