From cff0ce84eef922912bcc277cd613e96f3571575e Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Mon, 4 Mar 2024 03:58:29 +0800 Subject: refactor!: rewrite in rust --- Cargo.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') 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 "] + +# 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 -- cgit v1.2.3-70-g09d2