This commit is contained in:
randogoth 2024-04-09 07:47:42 +03:00
parent 23a2da6233
commit 92c862bd4c
5 changed files with 136 additions and 213 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "pyagushka"
version = "1.0.0"
version = "1.1.0"
edition = "2021"
[lib]
@ -8,7 +8,6 @@ name = "pyagushka"
crate-type = ["cdylib"]
[dependencies]
atty = "0.2.14"
pyo3 = "0.20.2"
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.113"