aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2025-03-14 22:12:53 +0800
committerHsiangNianian <i@jyunko.cn>2025-03-14 22:12:53 +0800
commit9b696f003a2b7da575ea086c6ddc0c579a13f46b (patch)
treee1f4eff51c30a2c57168bedded8abf791edc4a42 /Cargo.toml
parenta10578cfd63151739b36f9cc5ba81a4c0eda05ec (diff)
downloadconventional_role_play-9b696f003a2b7da575ea086c6ddc0c579a13f46b.tar.gz
conventional_role_play-9b696f003a2b7da575ea086c6ddc0c579a13f46b.zip
chore: rename project to conventionalrp and update metadata in Cargo.toml and pyproject.tomlv0.2.1
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c44b23c..982bd5d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,13 +1,13 @@
[package]
-name = "pyo3_template"
+name = "conventionalrp"
version = "0.2.1"
edition = "2021"
-description = "A Pyo3 Project Template For HydroRoll."
-license = "MIT"
+description = "HydroRoll Conventional Role Play SDK"
+license = "AGPLv3.0"
documentation = "https://{project}.hydroroll.team/"
-homepage = "https://hydroroll.team/"
-repository = "https://github.com/HydroRoll-Team/{project}"
-authors = ["yourname"]
+homepage = "https://crp.hydroroll.team/"
+repository = "https://github.com/HydroRoll-Team/conventional_role_play"
+authors = ["HsiangNianian"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]