python module

This commit is contained in:
randogoth 2024-02-29 21:04:50 +02:00
parent aac9ba5aff
commit 44bb9dcd13
3 changed files with 281 additions and 4 deletions

View file

@ -1,12 +1,15 @@
[package]
name = "traktor"
name = "lyagushka"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[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"