mirror of
https://github.com/flakestorm/flakestorm.git
synced 2026-04-25 00:36:54 +02:00
17 lines
299 B
TOML
17 lines
299 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
|