This commit is contained in:
randogoth 2024-03-01 13:22:44 +02:00
parent 44bb9dcd13
commit 158d0c1bfe
5 changed files with 297 additions and 511 deletions

View file

@ -3,13 +3,7 @@ name = "lyagushka"
version = "0.1.0"
edition = "2021"
[lib]
name = "lyagushka"
crate-type = ["cdylib"]
[dependencies]
atty = "0.2.14"
pyo3 = "0.20.2"
rand = "0.8.5"
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.113"