optimizations

This commit is contained in:
randogoth 2025-01-09 19:32:35 +02:00
parent e4ea8d6ffc
commit b307383f52
9 changed files with 33 additions and 10315 deletions

View file

@ -2,10 +2,18 @@
name = "lyagushka"
version = "1.1.0"
edition = "2021"
crate-type = ["cdylib"]
[dependencies]
atty = "0.2.14"
pyo3 = { version = "0.20.2", features = ["extension-module"] }
pyo3 = { version = "0.23.3", features = ["extension-module"] }
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.113"
serde_json = "1.0.113"
[lib]
name = "lyagushka"
path = "src/lib.rs"
crate-type = ["cdylib", "lib"]
[[bin]]
name = "lyagushka"
path = "src/bin/bin.rs"