diff options
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"] |