aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-06-04 20:56:33 +0200
committermetamuffin <metamuffin@disroot.org>2024-06-04 20:56:33 +0200
commit0d6f089bd9d38e6bb8564a5fa623b4e05a4af7de (patch)
treecd6352ccf28251c501edd60eed4e9990c6b0060f
parent4ebe819106d82459def54561cf8dc71ec22ba6e4 (diff)
downloadgpn-tron-rust-0d6f089bd9d38e6bb8564a5fa623b4e05a4af7de.tar
gpn-tron-rust-0d6f089bd9d38e6bb8564a5fa623b4e05a4af7de.tar.bz2
gpn-tron-rust-0d6f089bd9d38e6bb8564a5fa623b4e05a4af7de.tar.zst
rename crate
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--src/main.rs2
3 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b072c6c..6c266d7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -424,7 +424,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e05e7e6723e3455f4818c7b26e855439f7546cf617ef669d1adedb8669e5cb9"
[[package]]
-name = "gpn-tron2"
+name = "gpn-tron"
version = "0.1.0"
dependencies = [
"anyhow",
diff --git a/Cargo.toml b/Cargo.toml
index b2b72f0..6ca7201 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,5 @@
[package]
-name = "gpn-tron2"
+name = "gpn-tron"
version = "0.1.0"
edition = "2021"
diff --git a/src/main.rs b/src/main.rs
index fb0f0d2..e7a60de 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,4 +1,4 @@
-use gpn_tron2::{
+use gpn_tron::{
bot::spawn_bots,
config::Config,
database::open_db,