diff options
| author | 2026-01-29 17:12:55 +0800 | |
|---|---|---|
| committer | 2026-01-29 17:12:55 +0800 | |
| commit | f1c7d4005768079b0b8e8fac15ad9b191b700022 (patch) | |
| tree | 85651a076899b506ee7de0ab413a414c527688f0 /Cargo.toml | |
| parent | 637cba626c776d0fdad52511e46a5eeb15f7241a (diff) | |
| download | DropIn-f1c7d4005768079b0b8e8fac15ad9b191b700022.tar.gz DropIn-f1c7d4005768079b0b8e8fac15ad9b191b700022.zip | |
chore: Rename project from pyo3_template to dropin and update related files
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -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"] |