mirror of
https://github.com/flakestorm/flakestorm.git
synced 2026-04-28 02:23:58 +02:00
18 lines
300 B
TOML
18 lines
300 B
TOML
|
|
[package]
|
||
|
|
name = "entropix_rust"
|
||
|
|
version.workspace = true
|
||
|
|
edition.workspace = true
|
||
|
|
license.workspace = true
|
||
|
|
authors.workspace = true
|
||
|
|
|
||
|
|
[lib]
|
||
|
|
name = "entropix_rust"
|
||
|
|
crate-type = ["cdylib"]
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
pyo3.workspace = true
|
||
|
|
rayon.workspace = true
|
||
|
|
serde.workspace = true
|
||
|
|
serde_json.workspace = true
|
||
|
|
|