1
0

chore: change project layout

This commit is contained in:
2026-01-19 10:44:10 +08:00
parent 0e9837a75a
commit 5323617ca6
9 changed files with 133 additions and 5 deletions

View File

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