write some sonnet code
This commit is contained in:
15
BallanceTasSonnet/Cargo.toml
Normal file
15
BallanceTasSonnet/Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user