aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
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"]