1
0

write some sonnet code

This commit is contained in:
2026-01-18 14:56:37 +08:00
parent 941e59e471
commit 49940b43d5
11 changed files with 863 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
[package]
name = "BallanceTasSonnet"
version = "0.1.0"
edition = "2024"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "BallanceTasSonnet"
crate-type = ["cdylib"]
[dependencies]
pyo3 = "0.27.0"
thiserror = "2.0.12"
byteorder = "1.5.0"
libz-sys = "1.1.23"