minimized

This commit is contained in:
randogoth 2024-03-01 12:26:05 +02:00
parent 44bb9dcd13
commit b8859cefc8
2 changed files with 41 additions and 191 deletions

22
Cargo.lock generated
View file

@ -85,6 +85,17 @@ dependencies = [
"scopeguard",
]
[[package]]
name = "lyagushka"
version = "0.1.0"
dependencies = [
"atty",
"pyo3",
"rand",
"serde",
"serde_json",
]
[[package]]
name = "memoffset"
version = "0.9.0"
@ -313,17 +324,6 @@ version = "0.12.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69758bda2e78f098e4ccb393021a0963bb3442eac05f135c30f61b7370bbafae"
[[package]]
name = "traktorpy"
version = "0.1.0"
dependencies = [
"atty",
"pyo3",
"rand",
"serde",
"serde_json",
]
[[package]]
name = "unicode-ident"
version = "1.0.12"