From f1c7d4005768079b0b8e8fac15ad9b191b700022 Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Thu, 29 Jan 2026 17:12:55 +0800 Subject: chore: Rename project from pyo3_template to dropin and update related files --- Cargo.toml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 58a78cc..285e044 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,15 +1,14 @@ [package] -name = "pyo3_template" +name = "dropin" version = "0.0.1" edition = "2021" -description = "A Pyo3 Project Template For HydroRoll." +description = "Minecraft Instances Manager" license = "MIT" -documentation = "https://{project}.hydroroll.team/" -homepage = "https://hydroroll.team/" -repository = "https://github.com/HydroRoll-Team/{project}" -authors = ["yourname"] +documentation = "https://dropin.hydroroll.team/" +homepage = "https://dropin.hydroroll.team/" +repository = "https://github.com/HsiangNianian/DropIn" +authors = ["HsiangNianian"] -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] name = "_core" crate-type = ["cdylib"] -- cgit v1.2.3-70-g09d2