optimizations
This commit is contained in:
parent
e4ea8d6ffc
commit
b307383f52
9 changed files with 33 additions and 10315 deletions
14
Cargo.toml
14
Cargo.toml
|
|
@ -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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue