aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2025-03-12 21:32:29 +0800
committerGitHub <noreply@github.com>2025-03-12 21:32:29 +0800
commitdd873e954a92d0e3209fe98b034570b47c859589 (patch)
tree4e1718f42394c9f3384b8f91429068a6e1e980db /Cargo.toml
downloadconventional_role_play-dd873e954a92d0e3209fe98b034570b47c859589.tar.gz
conventional_role_play-dd873e954a92d0e3209fe98b034570b47c859589.zip
Initial commit
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml19
1 files changed, 19 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..58a78cc
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,19 @@
+[package]
+name = "pyo3_template"
+version = "0.0.1"
+edition = "2021"
+description = "A Pyo3 Project Template For HydroRoll."
+license = "MIT"
+documentation = "https://{project}.hydroroll.team/"
+homepage = "https://hydroroll.team/"
+repository = "https://github.com/HydroRoll-Team/{project}"
+authors = ["yourname"]
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+[lib]
+name = "_core"
+crate-type = ["cdylib"]
+
+[dependencies]
+pyo3 = { version = "0.19.2", features = ["abi3-py39"] }
+time = { version = "0.3.36", features = ["formatting", "macros", "local-offset"] } \ No newline at end of file