Current section
Files
Jump to
Current section
Files
native/exfinalfusion_native/Cargo.toml
[package]
name = "exfinalfusion_native"
version = "0.1.0"
authors = []
edition = "2021"
[lib]
name = "exfinalfusion_native"
path = "src/lib.rs"
crate-type = ["cdylib"]
[dependencies]
anyhow = "1.0"
finalfusion = "0.18"
thiserror = "1.0"
ndarray = { version = "0.15.6", features = ["serde"] }
serde = { version = "1.0", features = ["derive"] }
serde_derive = "1.0"
rustler = { version = "0.34", features = ["serde"] }