lyagushka/Cargo.toml

16 lines
255 B
TOML
Raw Normal View History

2024-02-10 14:05:25 +02:00
[package]
2024-02-29 21:04:50 +02:00
name = "lyagushka"
2024-02-10 14:05:25 +02:00
version = "0.1.0"
edition = "2021"
2024-02-29 21:04:50 +02:00
[lib]
name = "lyagushka"
crate-type = ["cdylib"]
2024-02-10 14:05:25 +02:00
[dependencies]
2024-02-10 20:12:00 +02:00
atty = "0.2.14"
2024-02-29 21:04:50 +02:00
pyo3 = "0.20.2"
2024-02-10 14:05:25 +02:00
rand = "0.8.5"
2024-02-10 19:58:33 +02:00
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.113"