aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2024-03-04 03:58:29 +0800
committer简律纯 <i@jyunko.cn>2024-03-04 03:58:29 +0800
commitcff0ce84eef922912bcc277cd613e96f3571575e (patch)
tree434a0080d1fd8472310a12673d4112b811c3d730 /Cargo.toml
parent967ce6dc6fb3329b93293862c4e9178b8ce87091 (diff)
downloadHydroRollCore-cff0ce84eef922912bcc277cd613e96f3571575e.tar.gz
HydroRollCore-cff0ce84eef922912bcc277cd613e96f3571575e.zip
refactor!: rewrite in rust
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml18
1 files changed, 18 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..d75081e
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,18 @@
+[package]
+name = "hydro_roll_core"
+version = "0.0.1-alpha.1"
+edition = "2021"
+description = "Core Lib for HydroRoll System."
+license = "MIT"
+documentation = "https://core.hydroroll.team/"
+homepage = "https://core.hydroroll.team/"
+repository = "https://github.com/HydroRoll-Team/HydroRollCore"
+authors = ["HsiangNianian <i@jyunko.cn>"]
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+[lib]
+name = "hydro_roll_core"
+crate-type = ["cdylib"]
+
+[dependencies]
+pyo3 = { version = "0.19.2", features = ["abi3-py39"] } \ No newline at end of file