From 5135876b5e2a6c40232414ea0b7eb875fa225cf0 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Fri, 12 Sep 2025 00:53:11 +0800 Subject: Initial commit --- Cargo.toml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') 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 -- cgit v1.2.3-70-g09d2