aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2025-03-15 14:15:13 +0800
committerGitHub <noreply@github.com>2025-03-15 14:15:13 +0800
commiteb00c504f1fae5f0301adf25011e98cbb78cc79d (patch)
treec6971c11999467e4009e99e8fb5ec7c85e47c529 /Cargo.toml
parentee15a8b3174048f1c9f7f53a51d1e5b7a2410054 (diff)
parenteeef7f3ed7209c5f6b8e101d132a91e372a7dd6d (diff)
downloadconventional_role_play-eb00c504f1fae5f0301adf25011e98cbb78cc79d.tar.gz
conventional_role_play-eb00c504f1fae5f0301adf25011e98cbb78cc79d.zip
Merge branch 'main' into main
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml14
1 files changed, 7 insertions, 7 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 58a78cc..efd1fb8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,13 +1,13 @@
[package]
-name = "pyo3_template"
-version = "0.0.1"
+name = "conventionalrp"
+version = "0.2.2"
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]