aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2026-01-29 17:12:55 +0800
committerHsiangNianian <i@jyunko.cn>2026-01-29 17:12:55 +0800
commitf1c7d4005768079b0b8e8fac15ad9b191b700022 (patch)
tree85651a076899b506ee7de0ab413a414c527688f0 /Cargo.toml
parent637cba626c776d0fdad52511e46a5eeb15f7241a (diff)
downloadDropIn-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.toml13
1 files changed, 6 insertions, 7 deletions
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"]